IAccountPatchResource Interface
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.
[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) |