SharedPrivateLinkResource Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.SharedPrivateLinkResourceTypeConverter))]
public class SharedPrivateLinkResource : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ISharedPrivateLinkResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.SharedPrivateLinkResourceTypeConverter))>]
type SharedPrivateLinkResource = class
interface ISharedPrivateLinkResource
interface IJsonSerializable
Public Class SharedPrivateLinkResource
Implements ISharedPrivateLinkResource
- Inheritance
-
SharedPrivateLinkResource
- Attributes
- Implements
Constructors
SharedPrivateLinkResource() |
Creates an new SharedPrivateLinkResource instance. |
Properties
GroupId |
The private link resource group id. |
Name |
Unique name of the private link. |
PrivateLinkResourceId |
The resource id that private link links to. |
RequestMessage |
Request message. |
Status |
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SharedPrivateLinkResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SharedPrivateLinkResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ISharedPrivateLinkResource. |
FromJsonString(String) |
Creates a new instance of SharedPrivateLinkResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SharedPrivateLinkResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |