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, MachineLearningPrivateEndpoint, MachineLearningPrivateLinkServiceConnectionState, Nullable<MachineLearningPrivateEndpointConnectionProvisioningState>, ManagedServiceIdentity, MachineLearningSku, String, IDictionary<String, String>)
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, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpoint privateEndpoint = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpointConnectionProvisioningState? provisioningState = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSku sku = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member MachineLearningPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpoint * Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpointConnectionProvisioningState> * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.MachineLearning.Models.MachineLearningSku * string * System.Collections.Generic.IDictionary<string, string> -> 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 privateEndpoint As MachineLearningPrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As MachineLearningPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of MachineLearningPrivateEndpointConnectionProvisioningState) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional sku As MachineLearningSku = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As MachineLearningPrivateEndpointConnectionData
Parameters
- name
- String
- resourceType
- ResourceType
- systemData
- SystemData
- privateEndpoint
- MachineLearningPrivateEndpoint
- privateLinkServiceConnectionState
- MachineLearningPrivateLinkServiceConnectionState
- provisioningState
- Nullable<MachineLearningPrivateEndpointConnectionProvisioningState>
- identity
- ManagedServiceIdentity
- location
- String
- tags
- IDictionary<String,String>
Returns
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.