Uses of Class
com.azure.resourcemanager.network.fluent.models.StaticMemberInner
Packages that use StaticMemberInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of StaticMemberInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return StaticMemberInnerModifier and TypeMethodDescriptionStaticMembersClient.createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName, StaticMemberInner parameters) Creates or updates a static member.StaticMembersClient.get(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName) Gets the specified static member.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type StaticMemberInnerModifier and TypeMethodDescriptionStaticMembersClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName, StaticMemberInner parameters) Creates or updates a static member.com.azure.core.http.rest.Response<StaticMemberInner>StaticMembersClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName, StaticMemberInner parameters, com.azure.core.util.Context context) Creates or updates a static member.Mono<com.azure.core.http.rest.Response<StaticMemberInner>>StaticMembersClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName, StaticMemberInner parameters) Creates or updates a static member.StaticMembersClient.getAsync(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName) Gets the specified static member.com.azure.core.http.rest.Response<StaticMemberInner>StaticMembersClient.getWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName, com.azure.core.util.Context context) Gets the specified static member.Mono<com.azure.core.http.rest.Response<StaticMemberInner>>StaticMembersClient.getWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName) Gets the specified static member.com.azure.core.http.rest.PagedIterable<StaticMemberInner>StaticMembersClient.list(String resourceGroupName, String networkManagerName, String networkGroupName) Lists the specified static member.com.azure.core.http.rest.PagedIterable<StaticMemberInner>StaticMembersClient.list(String resourceGroupName, String networkManagerName, String networkGroupName, Integer top, String skipToken, com.azure.core.util.Context context) Lists the specified static member.com.azure.core.http.rest.PagedFlux<StaticMemberInner>StaticMembersClient.listAsync(String resourceGroupName, String networkManagerName, String networkGroupName) Lists the specified static member.com.azure.core.http.rest.PagedFlux<StaticMemberInner>StaticMembersClient.listAsync(String resourceGroupName, String networkManagerName, String networkGroupName, Integer top, String skipToken) Lists the specified static member.Methods in com.azure.resourcemanager.network.fluent with parameters of type StaticMemberInnerModifier and TypeMethodDescriptionStaticMembersClient.createOrUpdate(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName, StaticMemberInner parameters) Creates or updates a static member.StaticMembersClient.createOrUpdateAsync(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName, StaticMemberInner parameters) Creates or updates a static member.com.azure.core.http.rest.Response<StaticMemberInner>StaticMembersClient.createOrUpdateWithResponse(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName, StaticMemberInner parameters, com.azure.core.util.Context context) Creates or updates a static member.Mono<com.azure.core.http.rest.Response<StaticMemberInner>>StaticMembersClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkManagerName, String networkGroupName, String staticMemberName, StaticMemberInner parameters) Creates or updates a static member. -
Uses of StaticMemberInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return StaticMemberInnerModifier and TypeMethodDescriptionStaticMemberInner.withResourceId(String resourceId) Set the resourceId property: Resource Id. -
Uses of StaticMemberInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type StaticMemberInnerModifier and TypeMethodDescriptionStaticMemberListResult.value()Get the value property: Gets a page of StaticMember.Method parameters in com.azure.resourcemanager.network.models with type arguments of type StaticMemberInnerModifier and TypeMethodDescriptionStaticMemberListResult.withValue(List<StaticMemberInner> value) Set the value property: Gets a page of StaticMember.