MapsKeySpecification 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.
Whether the operation refers to the primary or secondary key.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.MapsKeySpecificationTypeConverter))]
public class MapsKeySpecification : Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.IMapsKeySpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.MapsKeySpecificationTypeConverter))>]
type MapsKeySpecification = class
interface IMapsKeySpecification
interface IJsonSerializable
Public Class MapsKeySpecification
Implements IMapsKeySpecification
- Inheritance
-
MapsKeySpecification
- Attributes
- Implements
Constructors
MapsKeySpecification() |
Creates an new MapsKeySpecification instance. |
Properties
KeyType |
Whether the operation refers to the primary or secondary key. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MapsKeySpecification. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MapsKeySpecification. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Maps.Models.Api20210201.IMapsKeySpecification. |
FromJsonString(String) |
Creates a new instance of MapsKeySpecification, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MapsKeySpecification into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |