AccountPatchResource 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.
Account patch properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.AccountPatchResourceTypeConverter))]
public class AccountPatchResource : Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IAccountPatchResource, Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.AccountPatchResourceTypeConverter))>]
type AccountPatchResource = class
interface IAccountPatchResource
interface IJsonSerializable
interface ITagUpdate
interface IValidates
Public Class AccountPatchResource
Implements IAccountPatchResource, IValidates
- Inheritance
-
AccountPatchResource
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AccountPatchResource() |
Creates an new AccountPatchResource instance. |
Properties
| Name | Description |
|---|---|
| Tag |
List of key value pairs that describe the resource. This will overwrite the existing tags. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccountPatchResource. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccountPatchResource. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.IAccountPatchResource. |
| FromJsonString(String) |
Creates a new instance of AccountPatchResource, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccountPatchResource into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |