Uses of Class
com.azure.resourcemanager.network.fluent.models.NspLinkInner
Packages that use NspLinkInner
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 NspLinkInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NspLinkInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterLinksClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String linkName, NspLinkInner parameters) Creates or updates NSP link resource.NetworkSecurityPerimeterLinksClient.get(String resourceGroupName, String networkSecurityPerimeterName, String linkName) Gets the specified NSP link resource.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NspLinkInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterLinksClient.createOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String linkName, NspLinkInner parameters) Creates or updates NSP link resource.com.azure.core.http.rest.Response<NspLinkInner> NetworkSecurityPerimeterLinksClient.createOrUpdateWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String linkName, NspLinkInner parameters, com.azure.core.util.Context context) Creates or updates NSP link resource.Mono<com.azure.core.http.rest.Response<NspLinkInner>> NetworkSecurityPerimeterLinksClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String linkName, NspLinkInner parameters) Creates or updates NSP link resource.NetworkSecurityPerimeterLinksClient.getAsync(String resourceGroupName, String networkSecurityPerimeterName, String linkName) Gets the specified NSP link resource.com.azure.core.http.rest.Response<NspLinkInner> NetworkSecurityPerimeterLinksClient.getWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String linkName, com.azure.core.util.Context context) Gets the specified NSP link resource.Mono<com.azure.core.http.rest.Response<NspLinkInner>> NetworkSecurityPerimeterLinksClient.getWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String linkName) Gets the specified NSP link resource.com.azure.core.http.rest.PagedIterable<NspLinkInner> NetworkSecurityPerimeterLinksClient.list(String resourceGroupName, String networkSecurityPerimeterName) Lists the NSP Link resources in the specified network security perimeter.com.azure.core.http.rest.PagedIterable<NspLinkInner> NetworkSecurityPerimeterLinksClient.list(String resourceGroupName, String networkSecurityPerimeterName, Integer top, String skipToken, com.azure.core.util.Context context) Lists the NSP Link resources in the specified network security perimeter.com.azure.core.http.rest.PagedFlux<NspLinkInner> NetworkSecurityPerimeterLinksClient.listAsync(String resourceGroupName, String networkSecurityPerimeterName) Lists the NSP Link resources in the specified network security perimeter.com.azure.core.http.rest.PagedFlux<NspLinkInner> NetworkSecurityPerimeterLinksClient.listAsync(String resourceGroupName, String networkSecurityPerimeterName, Integer top, String skipToken) Lists the NSP Link resources in the specified network security perimeter.Methods in com.azure.resourcemanager.network.fluent with parameters of type NspLinkInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterLinksClient.createOrUpdate(String resourceGroupName, String networkSecurityPerimeterName, String linkName, NspLinkInner parameters) Creates or updates NSP link resource.NetworkSecurityPerimeterLinksClient.createOrUpdateAsync(String resourceGroupName, String networkSecurityPerimeterName, String linkName, NspLinkInner parameters) Creates or updates NSP link resource.com.azure.core.http.rest.Response<NspLinkInner> NetworkSecurityPerimeterLinksClient.createOrUpdateWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String linkName, NspLinkInner parameters, com.azure.core.util.Context context) Creates or updates NSP link resource.Mono<com.azure.core.http.rest.Response<NspLinkInner>> NetworkSecurityPerimeterLinksClient.createOrUpdateWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String linkName, NspLinkInner parameters) Creates or updates NSP link resource. -
Uses of NspLinkInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NspLinkInnerModifier and TypeMethodDescriptionstatic NspLinkInnerNspLinkInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspLinkInner from the JsonReader.NspLinkInner.withAutoApprovedRemotePerimeterResourceId(String autoApprovedRemotePerimeterResourceId) Set the autoApprovedRemotePerimeterResourceId property: Perimeter ARM Id for the remote NSP with which the link gets created in Auto-approval mode.NspLinkInner.withDescription(String description) Set the description property: A message passed to the owner of the remote NSP link resource with this connection request.NspLinkInner.withLocalInboundProfiles(List<String> localInboundProfiles) Set the localInboundProfiles property: Local Inbound profile names to which Inbound is allowed.NspLinkInner.withRemoteInboundProfiles(List<String> remoteInboundProfiles) Set the remoteInboundProfiles property: Remote Inbound profile names to which Inbound is allowed. -
Uses of NspLinkInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type NspLinkInnerModifier and TypeMethodDescriptionNspLinkListResult.value()Get the value property: Gets a page of NSP Link resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NspLinkInnerModifier and TypeMethodDescriptionNspLinkListResult.withValue(List<NspLinkInner> value) Set the value property: Gets a page of NSP Link resources.