PrivateEndpointConnection.DefinitionStages.WithParentResource Interface
public static interface PrivateEndpointConnection.DefinitionStages.WithParentResource
The stage of the PrivateEndpointConnection definition allowing to specify parent resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingProvisioningService(String resourceGroupName, String resourceName)
Specifies resource |
Method Details
withExistingProvisioningService
public abstract PrivateEndpointConnection.DefinitionStages.WithProperties withExistingProvisioningService(String resourceGroupName, String resourceName)
Specifies resourceGroupName, resourceName.
Parameters:
resourceGroupName
- The name of the resource group that contains the provisioning service.
resourceName
- The name of the provisioning service.
Returns:
the next definition stage.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java