113 строки
8.6 KiB
YAML
113 строки
8.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate"
|
|
fullName: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate"
|
|
name: "AccountUpdate"
|
|
nameWithType: "AccountUpdate"
|
|
summary: "Request payload used to update and existing Accounts."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.deviceupdate.models.TagUpdate?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.TagUpdate?alt=com.azure.resourcemanager.deviceupdate.models.TagUpdate&text=TagUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.resourcemanager.deviceupdate.models.TagUpdate.tags()?alt=com.azure.resourcemanager.deviceupdate.models.TagUpdate.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.deviceupdate.models.TagUpdate.validate()?alt=com.azure.resourcemanager.deviceupdate.models.TagUpdate.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.deviceupdate.models.TagUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.resourcemanager.deviceupdate.models.TagUpdate.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **AccountUpdate**</br> extends <xref href=\"com.azure.resourcemanager.deviceupdate.models.TagUpdate?alt=com.azure.resourcemanager.deviceupdate.models.TagUpdate&text=TagUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.AccountUpdate()"
|
|
fullName: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.AccountUpdate()"
|
|
name: "AccountUpdate()"
|
|
nameWithType: "AccountUpdate.AccountUpdate()"
|
|
summary: "Creates an instance of Account<wbr>Update class."
|
|
syntax: "public AccountUpdate()"
|
|
desc: "Creates an instance of AccountUpdate class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.identity()"
|
|
fullName: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.identity()"
|
|
name: "identity()"
|
|
nameWithType: "AccountUpdate.identity()"
|
|
summary: "Get the identity property: The type of identity used for the resource."
|
|
syntax: "public ManagedServiceIdentity identity()"
|
|
desc: "Get the identity property: The type of identity used for the resource."
|
|
returns:
|
|
description: "the identity value."
|
|
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.deviceupdate.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.location()"
|
|
fullName: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.location()"
|
|
name: "location()"
|
|
nameWithType: "AccountUpdate.location()"
|
|
summary: "Get the location property: The geo-location where the resource lives."
|
|
syntax: "public String location()"
|
|
desc: "Get the location property: The geo-location where the resource lives."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.validate()"
|
|
fullName: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.validate()"
|
|
name: "validate()"
|
|
nameWithType: "AccountUpdate.validate()"
|
|
summary: "Validates the instance."
|
|
overridden: "com.azure.resourcemanager.deviceupdate.models.TagUpdate.validate()"
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.withIdentity(com.azure.resourcemanager.deviceupdate.models.ManagedServiceIdentity)"
|
|
fullName: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.withIdentity(ManagedServiceIdentity identity)"
|
|
name: "withIdentity(ManagedServiceIdentity identity)"
|
|
nameWithType: "AccountUpdate.withIdentity(ManagedServiceIdentity identity)"
|
|
summary: "Set the identity property: The type of identity used for the resource."
|
|
parameters:
|
|
- description: "the identity value to set."
|
|
name: "identity"
|
|
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.deviceupdate.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AccountUpdate withIdentity(ManagedServiceIdentity identity)"
|
|
desc: "Set the identity property: The type of identity used for the resource."
|
|
returns:
|
|
description: "the AccountUpdate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.AccountUpdate?alt=com.azure.resourcemanager.deviceupdate.models.AccountUpdate&text=AccountUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.withLocation(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.withLocation(String location)"
|
|
name: "withLocation(String location)"
|
|
nameWithType: "AccountUpdate.withLocation(String location)"
|
|
summary: "Set the location property: The geo-location where the resource lives."
|
|
parameters:
|
|
- description: "the location value to set."
|
|
name: "location"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AccountUpdate withLocation(String location)"
|
|
desc: "Set the location property: The geo-location where the resource lives."
|
|
returns:
|
|
description: "the AccountUpdate object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.AccountUpdate?alt=com.azure.resourcemanager.deviceupdate.models.AccountUpdate&text=AccountUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.deviceupdate.models.AccountUpdate.withTags(Map<String,String> tags)"
|
|
name: "withTags(Map<String,String> tags)"
|
|
nameWithType: "AccountUpdate.withTags(Map<String,String> tags)"
|
|
summary: "Set the tags property: List of key value pairs that describe the resource."
|
|
overridden: "com.azure.resourcemanager.deviceupdate.models.TagUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
|
parameters:
|
|
- name: "tags"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public AccountUpdate withTags(Map<String,String> tags)"
|
|
desc: "Set the tags property: List of key value pairs that describe the resource. This will overwrite the existing tags."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.AccountUpdate?alt=com.azure.resourcemanager.deviceupdate.models.AccountUpdate&text=AccountUpdate\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Request payload used to update and existing Accounts."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.deviceupdate.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-deviceupdate:1.0.0
|