ArmMachineLearningModelFactory.MachineLearningSharedPrivateLinkResource 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.MachineLearningSharedPrivateLinkResource MachineLearningSharedPrivateLinkResource(string name = default, string groupId = default, Azure.Core.ResourceIdentifier privateLinkResourceId = default, string requestMessage = default, Azure.ResourceManager.MachineLearning.Models.EndpointServiceConnectionStatus? status = default);
static member MachineLearningSharedPrivateLinkResource : string * string * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.MachineLearning.Models.EndpointServiceConnectionStatus> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningSharedPrivateLinkResource
Public Shared Function MachineLearningSharedPrivateLinkResource (Optional name As String = Nothing, Optional groupId As String = Nothing, Optional privateLinkResourceId As ResourceIdentifier = Nothing, Optional requestMessage As String = Nothing, Optional status As Nullable(Of EndpointServiceConnectionStatus) = Nothing) As MachineLearningSharedPrivateLinkResource
Parameters
- name
- String
Unique name of the private link.
- groupId
- String
group id of the private link.
- privateLinkResourceId
- ResourceIdentifier
the resource id that private link links to.
- requestMessage
- String
Request message.
Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection).
Returns
A new MachineLearningSharedPrivateLinkResource instance for mocking.