Share via


PrivateLinkResourcesWrapper Class

Definition

Wrapper for a collection of private link resources

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.PrivateLinkResourcesWrapperTypeConverter))]
public class PrivateLinkResourcesWrapper : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IPrivateLinkResourcesWrapper
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.PrivateLinkResourcesWrapperTypeConverter))>]
type PrivateLinkResourcesWrapper = class
    interface IPrivateLinkResourcesWrapper
    interface IJsonSerializable
Public Class PrivateLinkResourcesWrapper
Implements IPrivateLinkResourcesWrapper
Inheritance
PrivateLinkResourcesWrapper
Attributes
Implements

Constructors

PrivateLinkResourcesWrapper()

Creates an new PrivateLinkResourcesWrapper instance.

Properties

Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateLinkResourcesWrapper.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateLinkResourcesWrapper.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IPrivateLinkResourcesWrapper.

FromJsonString(String)

Creates a new instance of PrivateLinkResourcesWrapper, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateLinkResourcesWrapper into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to