ArmMachineLearningModelFactory.MachineLearningPrivateEndpointConnectionData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MachineLearningPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ManagedServiceIdentity, MachineLearningSku, ResourceIdentifier, MachineLearningPrivateLinkServiceConnectionState, Nullable<MachineLearningPrivateEndpointConnectionProvisioningState>)
Initializes a new instance of MachineLearningPrivateEndpointConnectionData.
public static Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionData MachineLearningPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSku sku = default, Azure.Core.ResourceIdentifier subResourceId = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpointConnectionProvisioningState? provisioningState = default);
static member MachineLearningPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.MachineLearning.Models.MachineLearningSku * Azure.Core.ResourceIdentifier * Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpointConnectionProvisioningState> -> Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionData
Public Shared Function MachineLearningPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional sku As MachineLearningSku = Nothing, Optional subResourceId As ResourceIdentifier = Nothing, Optional connectionState As MachineLearningPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of MachineLearningPrivateEndpointConnectionProvisioningState) = Nothing) As MachineLearningPrivateEndpointConnectionData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
The identity of the resource.
The sku of the workspace.
- subResourceId
- ResourceIdentifier
The resource of private end point.
- connectionState
- MachineLearningPrivateLinkServiceConnectionState
A collection of information about the state of the connection between service consumer and provider.
- provisioningState
- Nullable<MachineLearningPrivateEndpointConnectionProvisioningState>
The provisioning state of the private endpoint connection resource.
Returns
A new MachineLearningPrivateEndpointConnectionData instance for mocking.
Applies to
MachineLearningPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ManagedServiceIdentity, MachineLearningSku, MachineLearningPrivateEndpoint, MachineLearningPrivateLinkServiceConnectionState, Nullable<MachineLearningPrivateEndpointConnectionProvisioningState>)
Initializes a new instance of MachineLearningPrivateEndpointConnectionData.
public static Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionData MachineLearningPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSku sku = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpoint privateEndpoint = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpointConnectionProvisioningState? provisioningState = default);
static member MachineLearningPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.MachineLearning.Models.MachineLearningSku * Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpoint * Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpointConnectionProvisioningState> -> Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionData
Public Shared Function MachineLearningPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional sku As MachineLearningSku = Nothing, Optional privateEndpoint As MachineLearningPrivateEndpoint = Nothing, Optional connectionState As MachineLearningPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of MachineLearningPrivateEndpointConnectionProvisioningState) = Nothing) As MachineLearningPrivateEndpointConnectionData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
Managed service identity (system assigned and/or user assigned identities).
Optional. This field is required to be implemented by the RP because AML is supporting more than one tier.
- privateEndpoint
- MachineLearningPrivateEndpoint
The Private Endpoint resource.
- connectionState
- MachineLearningPrivateLinkServiceConnectionState
The connection state.
- provisioningState
- Nullable<MachineLearningPrivateEndpointConnectionProvisioningState>
The current provisioning state.
Returns
A new MachineLearningPrivateEndpointConnectionData instance for mocking.
Applies to
Azure SDK for .NET