RegionsMetadata 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.
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() | |