Uses of Class
com.azure.resourcemanager.network.fluent.models.NspAssociationInner
Packages that use NspAssociationInner
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 NspAssociationInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NspAssociationInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterAssociationsClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters) Creates or updates a NSP resource association.NetworkSecurityPerimeterAssociationsClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters, com.azure.core.util.Context context) Creates or updates a NSP resource association.NetworkSecurityPerimeterAssociationsClient.get(String resourceGroupName, String networkSecurityPerimeterName, String associationName) Gets the specified NSP association by name.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NspAssociationInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NspAssociationInner>, NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.beginCreateOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters) Creates or updates a NSP resource association.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NspAssociationInner>, NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.beginCreateOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters) Creates or updates a NSP resource association.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NspAssociationInner>, NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.beginCreateOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters, com.azure.core.util.Context context) Creates or updates a NSP resource association.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NspAssociationInner>, NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.beginCreateOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters, com.azure.core.util.Context context) Creates or updates a NSP resource association.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NspAssociationInner>, NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.beginCreateOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters) Creates or updates a NSP resource association.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NspAssociationInner>, NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.beginCreateOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters) Creates or updates a NSP resource association.NetworkSecurityPerimeterAssociationsClient.createOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters) Creates or updates a NSP resource association.NetworkSecurityPerimeterAssociationsClient.getAsync(String resourceGroupName, String networkSecurityPerimeterName, String associationName) Gets the specified NSP association by name.com.azure.core.http.rest.Response<NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.getWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String associationName, com.azure.core.util.Context context) Gets the specified NSP association by name.Mono<com.azure.core.http.rest.Response<NspAssociationInner>> NetworkSecurityPerimeterAssociationsClient.getWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String associationName) Gets the specified NSP association by name.com.azure.core.http.rest.PagedIterable<NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.list(String resourceGroupName, String networkSecurityPerimeterName) Lists the NSP resource associations.com.azure.core.http.rest.PagedIterable<NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.list(String resourceGroupName, String networkSecurityPerimeterName, Integer top, String skipToken, com.azure.core.util.Context context) Lists the NSP resource associations.com.azure.core.http.rest.PagedFlux<NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.listAsync(String resourceGroupName, String networkSecurityPerimeterName) Lists the NSP resource associations.com.azure.core.http.rest.PagedFlux<NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.listAsync(String resourceGroupName, String networkSecurityPerimeterName, Integer top, String skipToken) Lists the NSP resource associations.Methods in com.azure.resourcemanager.network.fluent with parameters of type NspAssociationInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NspAssociationInner>, NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.beginCreateOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters) Creates or updates a NSP resource association.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NspAssociationInner>, NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.beginCreateOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters, com.azure.core.util.Context context) Creates or updates a NSP resource association.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NspAssociationInner>, NspAssociationInner> NetworkSecurityPerimeterAssociationsClient.beginCreateOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters) Creates or updates a NSP resource association.NetworkSecurityPerimeterAssociationsClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters) Creates or updates a NSP resource association.NetworkSecurityPerimeterAssociationsClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters, com.azure.core.util.Context context) Creates or updates a NSP resource association.NetworkSecurityPerimeterAssociationsClient.createOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters) Creates or updates a NSP resource association.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> NetworkSecurityPerimeterAssociationsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String associationName, NspAssociationInner parameters) Creates or updates a NSP resource association. -
Uses of NspAssociationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NspAssociationInnerModifier and TypeMethodDescriptionstatic NspAssociationInnerNspAssociationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspAssociationInner from the JsonReader.NspAssociationInner.withAccessMode(AssociationAccessMode accessMode) Set the accessMode property: Access mode on the association.NspAssociationInner.withPrivateLinkResource(com.azure.core.management.SubResource privateLinkResource) Set the privateLinkResource property: The PaaS resource to be associated.NspAssociationInner.withProfile(com.azure.core.management.SubResource profile) Set the profile property: Profile id to which the PaaS resource is associated. -
Uses of NspAssociationInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type NspAssociationInnerModifier and TypeMethodDescriptionNspAssociationsListResult.value()Get the value property: Gets a page of NSP resource associations.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NspAssociationInnerModifier and TypeMethodDescriptionNspAssociationsListResult.withValue(List<NspAssociationInner> value) Set the value property: Gets a page of NSP resource associations.