MapsResourceProperties 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.
The properties of Maps resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.MapsResourcePropertiesTypeConverter))]
public class MapsResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IMapsResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.MapsResourcePropertiesTypeConverter))>]
type MapsResourceProperties = class
interface IMapsResourceProperties
interface IJsonSerializable
Public Class MapsResourceProperties
Implements IMapsResourceProperties
- Inheritance
-
MapsResourceProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MapsResourceProperties() |
Creates an new MapsResourceProperties instance. |
Properties
| Name | Description |
|---|---|
| ProvisioningState |
Provisioning state of Maps resource. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MapsResourceProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MapsResourceProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IMapsResourceProperties. |
| FromJsonString(String) |
Creates a new instance of MapsResourceProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MapsResourceProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |