azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.ResourceGroupPatchable"
fullName: "com.microsoft.azure.management.resources.ResourceGroupPatchable"
name: "ResourceGroupPatchable"
nameWithType: "ResourceGroupPatchable"
summary: "Resource group information."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ResourceGroupPatchable**"
constructors:
- uid: "com.microsoft.azure.management.resources.ResourceGroupPatchable.ResourceGroupPatchable()"
fullName: "com.microsoft.azure.management.resources.ResourceGroupPatchable.ResourceGroupPatchable()"
name: "ResourceGroupPatchable()"
nameWithType: "ResourceGroupPatchable.ResourceGroupPatchable()"
syntax: "public ResourceGroupPatchable()"
methods:
- uid: "com.microsoft.azure.management.resources.ResourceGroupPatchable.managedBy()"
fullName: "com.microsoft.azure.management.resources.ResourceGroupPatchable.managedBy()"
name: "managedBy()"
nameWithType: "ResourceGroupPatchable.managedBy()"
summary: "Get the ID of the resource that manages this resource group."
syntax: "public String managedBy()"
desc: "Get the ID of the resource that manages this resource group."
returns:
description: "the managedBy value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.ResourceGroupPatchable.name()"
fullName: "com.microsoft.azure.management.resources.ResourceGroupPatchable.name()"
name: "name()"
nameWithType: "ResourceGroupPatchable.name()"
summary: "Get the name of the resource group."
syntax: "public String name()"
desc: "Get the name of the resource group."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.ResourceGroupPatchable.properties()"
fullName: "com.microsoft.azure.management.resources.ResourceGroupPatchable.properties()"
name: "properties()"
nameWithType: "ResourceGroupPatchable.properties()"
summary: "Get the resource group properties."
syntax: "public ResourceGroupProperties properties()"
desc: "Get the resource group properties."
returns:
description: "the properties value"
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroupProperties?alt=com.microsoft.azure.management.resources.ResourceGroupProperties&text=ResourceGroupProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.ResourceGroupPatchable.tags()"
fullName: "com.microsoft.azure.management.resources.ResourceGroupPatchable.tags()"
name: "tags()"
nameWithType: "ResourceGroupPatchable.tags()"
summary: "Get the tags attached to the resource group."
syntax: "public Map<String,String> tags()"
desc: "Get the tags attached to the resource group."
returns:
description: "the tags value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.ResourceGroupPatchable.withManagedBy(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.ResourceGroupPatchable.withManagedBy(String managedBy)"
name: "withManagedBy(String managedBy)"
nameWithType: "ResourceGroupPatchable.withManagedBy(String managedBy)"
summary: "Set the ID of the resource that manages this resource group."
parameters:
- description: "the managedBy value to set"
name: "managedBy"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceGroupPatchable withManagedBy(String managedBy)"
desc: "Set the ID of the resource that manages this resource group."
returns:
description: "the ResourceGroupPatchable object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroupPatchable?alt=com.microsoft.azure.management.resources.ResourceGroupPatchable&text=ResourceGroupPatchable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.ResourceGroupPatchable.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.resources.ResourceGroupPatchable.withName(String name)"
name: "withName(String name)"
nameWithType: "ResourceGroupPatchable.withName(String name)"
summary: "Set the name of the resource group."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceGroupPatchable withName(String name)"
desc: "Set the name of the resource group."
returns:
description: "the ResourceGroupPatchable object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroupPatchable?alt=com.microsoft.azure.management.resources.ResourceGroupPatchable&text=ResourceGroupPatchable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.ResourceGroupPatchable.withProperties(com.microsoft.azure.management.resources.ResourceGroupProperties)"
fullName: "com.microsoft.azure.management.resources.ResourceGroupPatchable.withProperties(ResourceGroupProperties properties)"
name: "withProperties(ResourceGroupProperties properties)"
nameWithType: "ResourceGroupPatchable.withProperties(ResourceGroupProperties properties)"
summary: "Set the resource group properties."
parameters:
- description: "the properties value to set"
name: "properties"
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroupProperties?alt=com.microsoft.azure.management.resources.ResourceGroupProperties&text=ResourceGroupProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceGroupPatchable withProperties(ResourceGroupProperties properties)"
desc: "Set the resource group properties."
returns:
description: "the ResourceGroupPatchable object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroupPatchable?alt=com.microsoft.azure.management.resources.ResourceGroupPatchable&text=ResourceGroupPatchable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.ResourceGroupPatchable.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.resources.ResourceGroupPatchable.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ResourceGroupPatchable.withTags(Map<String,String> tags)"
summary: "Set the tags attached to the resource group."
parameters:
- description: "the tags value to set"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ResourceGroupPatchable withTags(Map<String,String> tags)"
desc: "Set the tags attached to the resource group."
returns:
description: "the ResourceGroupPatchable object itself."
type: "<xref href=\"com.microsoft.azure.management.resources.ResourceGroupPatchable?alt=com.microsoft.azure.management.resources.ResourceGroupPatchable&text=ResourceGroupPatchable\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Resource group information."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4