RegionsMetadata Class

Definition

Informatica Serverless Runtime Regions Metadata

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.RegionsMetadataTypeConverter))]
public class RegionsMetadata : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IRegionsMetadata
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.RegionsMetadataTypeConverter))>]
type RegionsMetadata = class
    interface IRegionsMetadata
    interface IJsonSerializable
Public Class RegionsMetadata
Implements IRegionsMetadata
Inheritance
RegionsMetadata
Attributes
Implements

Constructors

Name Description
RegionsMetadata()

Creates an new RegionsMetadata instance.

Properties

Name Description
Id

Region Id

Name

Region name

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegionsMetadata.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegionsMetadata.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IRegionsMetadata.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegionsMetadata into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to