Uses of Class
com.azure.resourcemanager.datafactory.models.ManagedPrivateEndpoint
-
Packages that use ManagedPrivateEndpoint Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of ManagedPrivateEndpoint in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return ManagedPrivateEndpoint Modifier and Type Method Description ManagedPrivateEndpoint
ManagedPrivateEndpointResourceInner. properties()
Get the properties property: Managed private endpoint properties.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type ManagedPrivateEndpoint Modifier and Type Method Description ManagedPrivateEndpointResourceInner
ManagedPrivateEndpointResourceInner. withProperties(ManagedPrivateEndpoint properties)
Set the properties property: Managed private endpoint properties. -
Uses of ManagedPrivateEndpoint in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return ManagedPrivateEndpoint Modifier and Type Method Description ManagedPrivateEndpoint
ManagedPrivateEndpointResource. properties()
Gets the properties property: Managed private endpoint properties.ManagedPrivateEndpoint
ManagedPrivateEndpoint. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Properties of a managed private endpoint.ManagedPrivateEndpoint
ManagedPrivateEndpoint. withConnectionState(ConnectionStateProperties connectionState)
Set the connectionState property: The managed private endpoint connection state.ManagedPrivateEndpoint
ManagedPrivateEndpoint. withFqdns(List<String> fqdns)
Set the fqdns property: Fully qualified domain names.ManagedPrivateEndpoint
ManagedPrivateEndpoint. withGroupId(String groupId)
Set the groupId property: The groupId to which the managed private endpoint is created.ManagedPrivateEndpoint
ManagedPrivateEndpoint. withPrivateLinkResourceId(String privateLinkResourceId)
Set the privateLinkResourceId property: The ARM resource ID of the resource to which the managed private endpoint is created.Methods in com.azure.resourcemanager.datafactory.models with parameters of type ManagedPrivateEndpoint Modifier and Type Method Description ManagedPrivateEndpointResource.DefinitionStages.WithCreate
ManagedPrivateEndpointResource.DefinitionStages.WithProperties. withProperties(ManagedPrivateEndpoint properties)
Specifies the properties property: Managed private endpoint properties..ManagedPrivateEndpointResource.Update
ManagedPrivateEndpointResource.UpdateStages.WithProperties. withProperties(ManagedPrivateEndpoint properties)
Specifies the properties property: Managed private endpoint properties..
-