IAccountPatchResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.AccountPatchResourceTypeConverter))]
public interface IAccountPatchResource : Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.ITagUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GraphServices.Models.AccountPatchResourceTypeConverter))>]
type IAccountPatchResource = interface
    interface IJsonSerializable
    interface ITagUpdate
Public Interface IAccountPatchResource
Implements ITagUpdate
Derived
Attributes
Implements

Properties

Name Description
Tag

List of key value pairs that describe the resource. This will overwrite the existing tags.

(Inherited from ITagUpdate)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to