Uses of Interface
com.azure.resourcemanager.cosmos.models.PrivateEndpointConnection.UpdateDefinitionStages.WithAttach
-
Packages that use PrivateEndpointConnection.UpdateDefinitionStages.WithAttach Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of PrivateEndpointConnection.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.cosmos.models
Subinterfaces of PrivateEndpointConnection.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.cosmos.models Modifier and Type Interface Description static interfacePrivateEndpointConnection.UpdateDefinition<ParentT>The entirety of a private endpoint connection definition definition as a part of parent update.Methods in com.azure.resourcemanager.cosmos.models that return PrivateEndpointConnection.UpdateDefinitionStages.WithAttach Modifier and Type Method Description PrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT>PrivateEndpointConnection.UpdateDefinitionStages.WithState. withDescription(String description)Specifies description of state property.PrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT>PrivateEndpointConnection.UpdateDefinitionStages.WithState. withStateProperty(PrivateLinkServiceConnectionStateProperty property)Specifies state property.PrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT>PrivateEndpointConnection.UpdateDefinitionStages.WithState. withStatus(String status)Specifies status of state property.
-