Uses of Class
com.azure.resourcemanager.network.models.PrivateLinkServicePropertiesAutoApproval
Packages that use PrivateLinkServicePropertiesAutoApproval
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 PrivateLinkServicePropertiesAutoApprovalModifier and TypeMethodDescriptionPrivateLinkServiceInner.autoApproval()Get the autoApproval property: The auto-approval list of the private link service.PrivateLinkServiceProperties.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 PrivateLinkServicePropertiesAutoApprovalModifier and TypeMethodDescriptionPrivateLinkServiceInner.withAutoApproval(PrivateLinkServicePropertiesAutoApproval autoApproval) Set the autoApproval property: The auto-approval list of the private link service.PrivateLinkServiceProperties.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 PrivateLinkServicePropertiesAutoApprovalModifier and TypeMethodDescriptionPrivateLinkServicePropertiesAutoApproval.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServicePropertiesAutoApproval from the JsonReader.PrivateLinkServicePropertiesAutoApproval.withSubscriptions(List<String> subscriptions) Set the subscriptions property: The list of subscriptions.