ArmMachineLearningModelFactory.RegistryPrivateEndpointConnection 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.
public static Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpointConnection RegistryPrivateEndpointConnection(Azure.Core.ResourceIdentifier id = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IEnumerable<string> groupIds = default, Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpoint privateEndpoint = default, Azure.ResourceManager.MachineLearning.Models.RegistryPrivateLinkServiceConnectionState registryPrivateLinkServiceConnectionState = default, string provisioningState = default);
static member RegistryPrivateEndpointConnection : Azure.Core.ResourceIdentifier * Nullable<Azure.Core.AzureLocation> * seq<string> * Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpoint * Azure.ResourceManager.MachineLearning.Models.RegistryPrivateLinkServiceConnectionState * string -> Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpointConnection
Public Shared Function RegistryPrivateEndpointConnection (Optional id As ResourceIdentifier = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing, Optional privateEndpoint As RegistryPrivateEndpoint = Nothing, Optional registryPrivateLinkServiceConnectionState As RegistryPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As String = Nothing) As RegistryPrivateEndpointConnection
Parameters
This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/registryPrivateEndpointConnections/{peConnectionName}
- location
- Nullable<AzureLocation>
Same as workspace location.
- groupIds
- IEnumerable<String>
The group ids.
- privateEndpoint
- RegistryPrivateEndpoint
The PE network resource that is linked to this PE connection.
- registryPrivateLinkServiceConnectionState
- RegistryPrivateLinkServiceConnectionState
The connection state.
- provisioningState
- String
One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
Returns
A new RegistryPrivateEndpointConnection instance for mocking.