Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.PrivateLinkResourceInner
Packages that use PrivateLinkResourceInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.getPrivateLinkResource(String resourceGroupName, String serviceName, String privateLinkSubResourceName) Gets the private link resources.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateLinkResourceInner> PrivateEndpointConnectionsClient.getPrivateLinkResourceWithResponse(String resourceGroupName, String serviceName, String privateLinkSubResourceName, com.azure.core.util.Context context) Gets the private link resources. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionstatic PrivateLinkResourceInnerPrivateLinkResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourceInner from the JsonReader.PrivateLinkResourceInner.withRequiredZoneNames(List<String> requiredZoneNames) Set the requiredZoneNames property: The private link resource Private link DNS zone name.Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResultInner.value()Get the value property: Array of private link resources.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourceListResultInner.withValue(List<PrivateLinkResourceInner> value) Set the value property: Array of private link resources. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResource.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PrivateLinkResourceInner object.