Uses of Interface
com.azure.resourcemanager.network.models.PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach
-
Packages that use PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfacePrivateEndpoint.PrivateLinkServiceConnection.Definition<ParentT>The entirety of the definition.Methods in com.azure.resourcemanager.network.models that return PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach Modifier and Type Method Description PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach<ParentT>PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithApprovalMethod. withManualApproval(String requestMessage)Specifies the approval method.PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach<ParentT>PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithSubResource. withoutSubResource()Specifies no sub resource, used for Private Link service.PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithAttach<ParentT>PrivateEndpoint.PrivateLinkServiceConnection.DefinitionStages.WithSubResource. withSubResource(PrivateLinkSubResourceName subResourceName)Specifies the sub resource.
-