次の方法で共有


CommunicationServiceUpdateProperties Class

Definition

A class that describes the properties that can be updated for CommunicationService resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.CommunicationServiceUpdatePropertiesTypeConverter))]
public class CommunicationServiceUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationServiceUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.CommunicationServiceUpdatePropertiesTypeConverter))>]
type CommunicationServiceUpdateProperties = class
    interface ICommunicationServiceUpdateProperties
    interface IJsonSerializable
Public Class CommunicationServiceUpdateProperties
Implements ICommunicationServiceUpdateProperties
Inheritance
CommunicationServiceUpdateProperties
Attributes
Implements

Constructors

Name Description
CommunicationServiceUpdateProperties()

Creates an new CommunicationServiceUpdateProperties instance.

Properties

Name Description
LinkedDomain

List of email Domain resource Ids.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommunicationServiceUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommunicationServiceUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationServiceUpdateProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommunicationServiceUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to