Uses of Class
com.azure.resourcemanager.network.fluent.models.AutoApprovedPrivateLinkServiceInner
Packages that use AutoApprovedPrivateLinkServiceInner
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 AutoApprovedPrivateLinkServiceInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type AutoApprovedPrivateLinkServiceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> PrivateLinkServicesClient.listAutoApprovedPrivateLinkServices(String location) Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.com.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> PrivateLinkServicesClient.listAutoApprovedPrivateLinkServices(String location, com.azure.core.util.Context context) Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.com.azure.core.http.rest.PagedFlux<AutoApprovedPrivateLinkServiceInner> PrivateLinkServicesClient.listAutoApprovedPrivateLinkServicesAsync(String location) Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.com.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> PrivateLinkServicesClient.listAutoApprovedPrivateLinkServicesByResourceGroup(String location, String resourceGroupName) Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.com.azure.core.http.rest.PagedIterable<AutoApprovedPrivateLinkServiceInner> PrivateLinkServicesClient.listAutoApprovedPrivateLinkServicesByResourceGroup(String location, String resourceGroupName, com.azure.core.util.Context context) Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.com.azure.core.http.rest.PagedFlux<AutoApprovedPrivateLinkServiceInner> PrivateLinkServicesClient.listAutoApprovedPrivateLinkServicesByResourceGroupAsync(String location, String resourceGroupName) Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region. -
Uses of AutoApprovedPrivateLinkServiceInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type AutoApprovedPrivateLinkServiceInnerModifier and TypeClassDescriptionfinal classThe information of an AutoApprovedPrivateLinkService.Methods in com.azure.resourcemanager.network.fluent.models that return AutoApprovedPrivateLinkServiceInnerModifier and TypeMethodDescriptionAutoApprovedPrivateLinkServiceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutoApprovedPrivateLinkServiceInner from the JsonReader.AutoApprovedPrivateLinkServiceInner.withPrivateLinkService(String privateLinkService) Set the privateLinkService property: The id of the private link service resource. -
Uses of AutoApprovedPrivateLinkServiceInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type AutoApprovedPrivateLinkServiceInnerModifier and TypeMethodDescriptionAutoApprovedPrivateLinkServicesResult.value()Get the value property: An array of auto approved private link service.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AutoApprovedPrivateLinkServiceInnerModifier and TypeMethodDescriptionAutoApprovedPrivateLinkServicesResult.withValue(List<AutoApprovedPrivateLinkServiceInner> value) Set the value property: An array of auto approved private link service.