Uses of Interface
com.azure.resourcemanager.cosmos.models.PrivateEndpointConnection.DefinitionStages.Blank
-
Packages that use PrivateEndpointConnection.DefinitionStages.Blank Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of PrivateEndpointConnection.DefinitionStages.Blank in com.azure.resourcemanager.cosmos.models
Subinterfaces of PrivateEndpointConnection.DefinitionStages.Blank in com.azure.resourcemanager.cosmos.models Modifier and Type Interface Description static interfacePrivateEndpointConnection.Definition<ParentT>The entirety of a private endpoint connection definition as a part of parent definition.Methods in com.azure.resourcemanager.cosmos.models that return PrivateEndpointConnection.DefinitionStages.Blank Modifier and Type Method Description PrivateEndpointConnection.DefinitionStages.Blank<CosmosDBAccount.DefinitionStages.WithCreate>CosmosDBAccount.DefinitionStages.WithPrivateEndpointConnection. defineNewPrivateEndpointConnection(String name)Starts the definition of a private endpoint connection to be attached to the cosmos db account.
-