Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.PrivateEndpointConnection
-
Packages that use PrivateEndpointConnection Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of PrivateEndpointConnection in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return PrivateEndpointConnection Modifier and Type Method Description PrivateEndpointConnection
PrivateEndpointConnectionResourceInner. properties()
Get the properties property: PrivateEndpointConnectionResource properties.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models with parameters of type PrivateEndpointConnection Modifier and Type Method Description PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionResourceInner. withProperties(PrivateEndpointConnection properties)
Set the properties property: PrivateEndpointConnectionResource properties. -
Uses of PrivateEndpointConnection in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return PrivateEndpointConnection Modifier and Type Method Description PrivateEndpointConnection
PrivateEndpointConnectionResource. properties()
Gets the properties property: PrivateEndpointConnectionResource properties.PrivateEndpointConnection
PrivateEndpointConnection. withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: Gets or sets private endpoint associated with the private endpoint connection.PrivateEndpointConnection
PrivateEndpointConnection. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Gets or sets private link service connection state.PrivateEndpointConnection
PrivateEndpointConnection. withProvisioningState(ProvisioningState provisioningState)
Set the provisioningState property: Gets or sets provisioning state of the private endpoint connection.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type PrivateEndpointConnection Modifier and Type Method Description PrivateEndpointConnectionResource.DefinitionStages.WithCreate
PrivateEndpointConnectionResource.DefinitionStages.WithProperties. withProperties(PrivateEndpointConnection properties)
Specifies the properties property: PrivateEndpointConnectionResource properties.PrivateEndpointConnectionResource.Update
PrivateEndpointConnectionResource.UpdateStages.WithProperties. withProperties(PrivateEndpointConnection properties)
Specifies the properties property: PrivateEndpointConnectionResource properties.
-