LocationResource Class

Definition

An ARM resource with its own location (not a global or an inherited location).

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

Constructors

LocationResource()

Creates an new LocationResource instance.

Properties

Location

The Azure location where the CommunicationService is running.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LocationResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LocationResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LocationResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to