Uses of Class
com.azure.resourcemanager.network.fluent.models.NspLinkReferenceInner
Packages that use NspLinkReferenceInner
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 NspLinkReferenceInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return NspLinkReferenceInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterLinkReferencesClient.get(String resourceGroupName, String networkSecurityPerimeterName, String linkReferenceName) Gets the specified NSP linkReference resource.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NspLinkReferenceInnerModifier and TypeMethodDescriptionNetworkSecurityPerimeterLinkReferencesClient.getAsync(String resourceGroupName, String networkSecurityPerimeterName, String linkReferenceName) Gets the specified NSP linkReference resource.com.azure.core.http.rest.Response<NspLinkReferenceInner> NetworkSecurityPerimeterLinkReferencesClient.getWithResponse(String resourceGroupName, String networkSecurityPerimeterName, String linkReferenceName, com.azure.core.util.Context context) Gets the specified NSP linkReference resource.Mono<com.azure.core.http.rest.Response<NspLinkReferenceInner>> NetworkSecurityPerimeterLinkReferencesClient.getWithResponseAsync(String resourceGroupName, String networkSecurityPerimeterName, String linkReferenceName) Gets the specified NSP linkReference resource.com.azure.core.http.rest.PagedIterable<NspLinkReferenceInner> NetworkSecurityPerimeterLinkReferencesClient.list(String resourceGroupName, String networkSecurityPerimeterName) Lists the NSP LinkReference resources in the specified network security perimeter.com.azure.core.http.rest.PagedIterable<NspLinkReferenceInner> NetworkSecurityPerimeterLinkReferencesClient.list(String resourceGroupName, String networkSecurityPerimeterName, Integer top, String skipToken, com.azure.core.util.Context context) Lists the NSP LinkReference resources in the specified network security perimeter.com.azure.core.http.rest.PagedFlux<NspLinkReferenceInner> NetworkSecurityPerimeterLinkReferencesClient.listAsync(String resourceGroupName, String networkSecurityPerimeterName) Lists the NSP LinkReference resources in the specified network security perimeter.com.azure.core.http.rest.PagedFlux<NspLinkReferenceInner> NetworkSecurityPerimeterLinkReferencesClient.listAsync(String resourceGroupName, String networkSecurityPerimeterName, Integer top, String skipToken) Lists the NSP LinkReference resources in the specified network security perimeter. -
Uses of NspLinkReferenceInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NspLinkReferenceInnerModifier and TypeMethodDescriptionstatic NspLinkReferenceInnerNspLinkReferenceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspLinkReferenceInner from the JsonReader.NspLinkReferenceInner.withLocalInboundProfiles(List<String> localInboundProfiles) Set the localInboundProfiles property: Local Inbound profile names to which Inbound is allowed.NspLinkReferenceInner.withStatus(NspLinkStatus status) Set the status property: The NSP linkReference state. -
Uses of NspLinkReferenceInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type NspLinkReferenceInnerModifier and TypeMethodDescriptionNspLinkReferenceListResult.value()Get the value property: Gets a page of NSP LinkReference resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NspLinkReferenceInnerModifier and TypeMethodDescriptionNspLinkReferenceListResult.withValue(List<NspLinkReferenceInner> value) Set the value property: Gets a page of NSP LinkReference resources.