Uses of Class
com.azure.resourcemanager.network.fluent.models.AutoApprovedPrivateLinkServiceInner
-
Packages that use AutoApprovedPrivateLinkServiceInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 AutoApprovedPrivateLinkServiceInner Modifier and Type Method Description com.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
Methods in com.azure.resourcemanager.network.fluent.models that return AutoApprovedPrivateLinkServiceInner Modifier and Type Method Description AutoApprovedPrivateLinkServiceInnerAutoApprovedPrivateLinkServiceInner. 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 AutoApprovedPrivateLinkServiceInner Modifier and Type Method Description List<AutoApprovedPrivateLinkServiceInner>AutoApprovedPrivateLinkServicesResult. 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 AutoApprovedPrivateLinkServiceInner Modifier and Type Method Description AutoApprovedPrivateLinkServicesResultAutoApprovedPrivateLinkServicesResult. withValue(List<AutoApprovedPrivateLinkServiceInner> value)Set the value property: An array of auto approved private link service.
-