Compartir a través de


ServiceProperties Class

Definition

Details about an Azure service available for support ticket creation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ServicePropertiesTypeConverter))]
public class ServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IServiceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ServicePropertiesTypeConverter))>]
type ServiceProperties = class
    interface IServiceProperties
    interface IJsonSerializable
Public Class ServiceProperties
Implements IServiceProperties
Inheritance
ServiceProperties
Attributes
Implements

Constructors

Name Description
ServiceProperties()

Creates an new ServiceProperties instance.

Properties

Name Description
DisplayName

Localized name of the Azure service.

ResourceType

ARM Resource types.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IServiceProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to