UpdateDomain 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.
Defines an update domain for the cloud service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.UpdateDomainTypeConverter))]
public class UpdateDomain : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IUpdateDomain
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.UpdateDomainTypeConverter))>]
type UpdateDomain = class
interface IUpdateDomain
interface IJsonSerializable
Public Class UpdateDomain
Implements IUpdateDomain
- Inheritance
-
UpdateDomain
- Attributes
- Implements
Constructors
UpdateDomain() |
Creates an new UpdateDomain instance. |
Properties
Id |
Resource Id |
Name |
Resource Name |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateDomain. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateDomain. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.IUpdateDomain. |
FromJsonString(String) |
Creates a new instance of UpdateDomain, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateDomain into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |