93 строки
6.3 KiB
YAML
93 строки
6.3 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.apicenter.models.ServiceUpdate"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.ServiceUpdate"
|
||
|
name: "ServiceUpdate"
|
||
|
nameWithType: "ServiceUpdate"
|
||
|
summary: "The type used for update operations of the Service."
|
||
|
inheritances:
|
||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||
|
inheritedClassMethods:
|
||
|
- 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 **ServiceUpdate**"
|
||
|
constructors:
|
||
|
- uid: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.ServiceUpdate()"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.ServiceUpdate()"
|
||
|
name: "ServiceUpdate()"
|
||
|
nameWithType: "ServiceUpdate.ServiceUpdate()"
|
||
|
summary: "Creates an instance of Service<wbr>Update class."
|
||
|
syntax: "public ServiceUpdate()"
|
||
|
desc: "Creates an instance of ServiceUpdate class."
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.identity()"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.identity()"
|
||
|
name: "identity()"
|
||
|
nameWithType: "ServiceUpdate.identity()"
|
||
|
summary: "Get the identity property: The managed service identities assigned to this resource."
|
||
|
syntax: "public ManagedServiceIdentity identity()"
|
||
|
desc: "Get the identity property: The managed service identities assigned to this resource."
|
||
|
returns:
|
||
|
description: "the identity value."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.apicenter.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.tags()"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.tags()"
|
||
|
name: "tags()"
|
||
|
nameWithType: "ServiceUpdate.tags()"
|
||
|
summary: "Get the tags property: Resource tags."
|
||
|
syntax: "public Map<String,String> tags()"
|
||
|
desc: "Get the tags property: Resource tags."
|
||
|
returns:
|
||
|
description: "the tags value."
|
||
|
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>>"
|
||
|
- uid: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.validate()"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.validate()"
|
||
|
name: "validate()"
|
||
|
nameWithType: "ServiceUpdate.validate()"
|
||
|
summary: "Validates the instance."
|
||
|
syntax: "public void validate()"
|
||
|
desc: "Validates the instance."
|
||
|
- uid: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.withIdentity(com.azure.resourcemanager.apicenter.models.ManagedServiceIdentity)"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.withIdentity(ManagedServiceIdentity identity)"
|
||
|
name: "withIdentity(ManagedServiceIdentity identity)"
|
||
|
nameWithType: "ServiceUpdate.withIdentity(ManagedServiceIdentity identity)"
|
||
|
summary: "Set the identity property: The managed service identities assigned to this resource."
|
||
|
parameters:
|
||
|
- description: "the identity value to set."
|
||
|
name: "identity"
|
||
|
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.apicenter.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
||
|
syntax: "public ServiceUpdate withIdentity(ManagedServiceIdentity identity)"
|
||
|
desc: "Set the identity property: The managed service identities assigned to this resource."
|
||
|
returns:
|
||
|
description: "the ServiceUpdate object itself."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ServiceUpdate?alt=com.azure.resourcemanager.apicenter.models.ServiceUpdate&text=ServiceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||
|
fullName: "com.azure.resourcemanager.apicenter.models.ServiceUpdate.withTags(Map<String,String> tags)"
|
||
|
name: "withTags(Map<String,String> tags)"
|
||
|
nameWithType: "ServiceUpdate.withTags(Map<String,String> tags)"
|
||
|
summary: "Set the tags property: Resource tags."
|
||
|
parameters:
|
||
|
- description: "the tags value to set."
|
||
|
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 ServiceUpdate withTags(Map<String,String> tags)"
|
||
|
desc: "Set the tags property: Resource tags."
|
||
|
returns:
|
||
|
description: "the ServiceUpdate object itself."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ServiceUpdate?alt=com.azure.resourcemanager.apicenter.models.ServiceUpdate&text=ServiceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
||
|
type: "class"
|
||
|
desc: "The type used for update operations of the Service."
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.apicenter.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-apicenter:1.0.0
|