Uses of Class
com.azure.resourcemanager.network.models.PrivateLinkServicePropertiesAutoApproval
-
Packages that use PrivateLinkServicePropertiesAutoApproval Package Description 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 PrivateLinkServicePropertiesAutoApproval in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PrivateLinkServicePropertiesAutoApproval Modifier and Type Method Description PrivateLinkServicePropertiesAutoApprovalPrivateLinkServiceInner. autoApproval()Get the autoApproval property: The auto-approval list of the private link service.PrivateLinkServicePropertiesAutoApprovalPrivateLinkServiceProperties. autoApproval()Get the autoApproval property: The auto-approval list of the private link service.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PrivateLinkServicePropertiesAutoApproval Modifier and Type Method Description PrivateLinkServiceInnerPrivateLinkServiceInner. withAutoApproval(PrivateLinkServicePropertiesAutoApproval autoApproval)Set the autoApproval property: The auto-approval list of the private link service.PrivateLinkServicePropertiesPrivateLinkServiceProperties. withAutoApproval(PrivateLinkServicePropertiesAutoApproval autoApproval)Set the autoApproval property: The auto-approval list of the private link service. -
Uses of PrivateLinkServicePropertiesAutoApproval in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PrivateLinkServicePropertiesAutoApproval Modifier and Type Method Description PrivateLinkServicePropertiesAutoApprovalPrivateLinkServicePropertiesAutoApproval. withSubscriptions(List<String> subscriptions)Set the subscriptions property: The list of subscriptions.
-