ServiceProperties 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.
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
ServiceProperties() |
Creates an new ServiceProperties instance. |
Properties
DisplayName |
Localized name of the Azure service. |
ResourceType |
ARM Resource types. |
Methods
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() |