Uses of Class
com.azure.resourcemanager.elasticsan.fluent.models.PrivateLinkResourceListResultInner
Packages that use PrivateLinkResourceListResultInner
Package
Description
Package containing the service clients for ElasticSanManagement.
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.elasticsan.fluent
Methods in com.azure.resourcemanager.elasticsan.fluent that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourcesClient.listByElasticSan
(String resourceGroupName, String elasticSanName) Gets the private link resources that need to be created for a elastic San.Methods in com.azure.resourcemanager.elasticsan.fluent that return types with arguments of type PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<PrivateLinkResourceListResultInner> PrivateLinkResourcesClient.listByElasticSanWithResponse
(String resourceGroupName, String elasticSanName, com.azure.core.util.Context context) Gets the private link resources that need to be created for a elastic San. -
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResultInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceListResultInner from the JsonReader.PrivateLinkResourceListResultInner.withValue
(List<PrivateLinkResource> value) Set the value property: Array of private link resources. -
Uses of PrivateLinkResourceListResultInner in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return PrivateLinkResourceListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResult.innerModel()
Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.PrivateLinkResourceListResultInner object.