azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

438 строки
25 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool"
name: "ResourcePool"
nameWithType: "ResourcePool"
summary: "An immutable client-side representation of Resource<wbr>Pool."
syntax: "public interface **ResourcePool**"
methods:
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.cpuCapacityMHz()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.cpuCapacityMHz()"
name: "cpuCapacityMHz()"
nameWithType: "ResourcePool.cpuCapacityMHz()"
summary: "Gets the cpu<wbr>Capacity<wbr>MHz property: Gets the max CPU usage across all cores on the pool in MHz."
modifiers:
- "abstract"
syntax: "public abstract Long cpuCapacityMHz()"
desc: "Gets the cpuCapacityMHz property: Gets the max CPU usage across all cores on the pool in MHz."
returns:
description: "the cpuCapacityMHz value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.cpuLimitMHz()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.cpuLimitMHz()"
name: "cpuLimitMHz()"
nameWithType: "ResourcePool.cpuLimitMHz()"
summary: "Gets the cpu<wbr>Limit<wbr>MHz property: Gets or sets CPULimit<wbr>MHz which specifies a CPU usage limit in MHz."
modifiers:
- "abstract"
syntax: "public abstract Long cpuLimitMHz()"
desc: "Gets the cpuLimitMHz property: Gets or sets CPULimitMHz which specifies a CPU usage limit in MHz. Utilization will not exceed this limit even if there are available resources."
returns:
description: "the cpuLimitMHz value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.cpuOverallUsageMHz()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.cpuOverallUsageMHz()"
name: "cpuOverallUsageMHz()"
nameWithType: "ResourcePool.cpuOverallUsageMHz()"
summary: "Gets the cpu<wbr>Overall<wbr>Usage<wbr>MHz property: Gets the used CPU usage across all cores on the pool in MHz."
modifiers:
- "abstract"
syntax: "public abstract Long cpuOverallUsageMHz()"
desc: "Gets the cpuOverallUsageMHz property: Gets the used CPU usage across all cores on the pool in MHz."
returns:
description: "the cpuOverallUsageMHz value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.cpuReservationMHz()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.cpuReservationMHz()"
name: "cpuReservationMHz()"
nameWithType: "ResourcePool.cpuReservationMHz()"
summary: "Gets the cpu<wbr>Reservation<wbr>MHz property: Gets or sets CPUReservation<wbr>MHz which specifies the CPU size in MHz that is guaranteed to be available."
modifiers:
- "abstract"
syntax: "public abstract Long cpuReservationMHz()"
desc: "Gets the cpuReservationMHz property: Gets or sets CPUReservationMHz which specifies the CPU size in MHz that is guaranteed to be available."
returns:
description: "the cpuReservationMHz value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.cpuSharesLevel()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.cpuSharesLevel()"
name: "cpuSharesLevel()"
nameWithType: "ResourcePool.cpuSharesLevel()"
summary: "Gets the cpu<wbr>Shares<wbr>Level property: Gets or sets CPUShares<wbr>Level which specifies the CPU allocation level for this pool."
modifiers:
- "abstract"
syntax: "public abstract String cpuSharesLevel()"
desc: "Gets the cpuSharesLevel property: Gets or sets CPUSharesLevel which specifies the CPU allocation level for this pool. This property is used in relative allocation between resource consumers."
returns:
description: "the cpuSharesLevel value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.customResourceName()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.customResourceName()"
name: "customResourceName()"
nameWithType: "ResourcePool.customResourceName()"
summary: "Gets the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
modifiers:
- "abstract"
syntax: "public abstract String customResourceName()"
desc: "Gets the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
returns:
description: "the customResourceName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.datastoreIds()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.datastoreIds()"
name: "datastoreIds()"
nameWithType: "ResourcePool.datastoreIds()"
summary: "Gets the datastore<wbr>Ids property: Gets the datastore ARM ids."
modifiers:
- "abstract"
syntax: "public abstract List<String> datastoreIds()"
desc: "Gets the datastoreIds property: Gets the datastore ARM ids."
returns:
description: "the datastoreIds value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.extendedLocation()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.extendedLocation()"
name: "extendedLocation()"
nameWithType: "ResourcePool.extendedLocation()"
summary: "Gets the extended<wbr>Location property: Gets or sets the extended location."
modifiers:
- "abstract"
syntax: "public abstract ExtendedLocation extendedLocation()"
desc: "Gets the extendedLocation property: Gets or sets the extended location."
returns:
description: "the extendedLocation value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.id()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.id()"
name: "id()"
nameWithType: "ResourcePool.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.innerModel()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.innerModel()"
name: "innerModel()"
nameWithType: "ResourcePool.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>connectedvmware.<wbr>fluent.<wbr>models.<wbr>Resource<wbr>Pool<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ResourcePoolInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.inventoryItemId()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.inventoryItemId()"
name: "inventoryItemId()"
nameWithType: "ResourcePool.inventoryItemId()"
summary: "Gets the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the resource pool."
modifiers:
- "abstract"
syntax: "public abstract String inventoryItemId()"
desc: "Gets the inventoryItemId property: Gets or sets the inventory Item ID for the resource pool."
returns:
description: "the inventoryItemId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.kind()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.kind()"
name: "kind()"
nameWithType: "ResourcePool.kind()"
summary: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
modifiers:
- "abstract"
syntax: "public abstract String kind()"
desc: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
returns:
description: "the kind value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.location()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.location()"
name: "location()"
nameWithType: "ResourcePool.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets 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.connectedvmware.models.ResourcePool.memCapacityGB()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.memCapacityGB()"
name: "memCapacityGB()"
nameWithType: "ResourcePool.memCapacityGB()"
summary: "Gets the mem<wbr>CapacityGB property: Gets the total amount of physical memory on the pool in GB."
modifiers:
- "abstract"
syntax: "public abstract Long memCapacityGB()"
desc: "Gets the memCapacityGB property: Gets the total amount of physical memory on the pool in GB."
returns:
description: "the memCapacityGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.memLimitMB()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.memLimitMB()"
name: "memLimitMB()"
nameWithType: "ResourcePool.memLimitMB()"
summary: "Gets the mem<wbr>LimitMB property: Gets or sets Mem<wbr>LimitMB specifies a memory usage limit in megabytes."
modifiers:
- "abstract"
syntax: "public abstract Long memLimitMB()"
desc: "Gets the memLimitMB property: Gets or sets MemLimitMB specifies a memory usage limit in megabytes. Utilization will not exceed the specified limit even if there are available resources."
returns:
description: "the memLimitMB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.memOverallUsageGB()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.memOverallUsageGB()"
name: "memOverallUsageGB()"
nameWithType: "ResourcePool.memOverallUsageGB()"
summary: "Gets the mem<wbr>Overall<wbr>UsageGB property: Gets the used physical memory on the pool in GB."
modifiers:
- "abstract"
syntax: "public abstract Long memOverallUsageGB()"
desc: "Gets the memOverallUsageGB property: Gets the used physical memory on the pool in GB."
returns:
description: "the memOverallUsageGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.memReservationMB()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.memReservationMB()"
name: "memReservationMB()"
nameWithType: "ResourcePool.memReservationMB()"
summary: "Gets the mem<wbr>ReservationMB property: Gets or sets Mem<wbr>ReservationMB which specifies the guaranteed available memory in megabytes."
modifiers:
- "abstract"
syntax: "public abstract Long memReservationMB()"
desc: "Gets the memReservationMB property: Gets or sets MemReservationMB which specifies the guaranteed available memory in megabytes."
returns:
description: "the memReservationMB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.memSharesLevel()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.memSharesLevel()"
name: "memSharesLevel()"
nameWithType: "ResourcePool.memSharesLevel()"
summary: "Gets the mem<wbr>Shares<wbr>Level property: Gets or sets CPUShares<wbr>Level which specifies the memory allocation level for this pool."
modifiers:
- "abstract"
syntax: "public abstract String memSharesLevel()"
desc: "Gets the memSharesLevel property: Gets or sets CPUSharesLevel which specifies the memory allocation level for this pool. This property is used in relative allocation between resource consumers."
returns:
description: "the memSharesLevel value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.moName()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.moName()"
name: "moName()"
nameWithType: "ResourcePool.moName()"
summary: "Gets the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the resource pool."
modifiers:
- "abstract"
syntax: "public abstract String moName()"
desc: "Gets the moName property: Gets or sets the vCenter Managed Object name for the resource pool."
returns:
description: "the moName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.moRefId()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.moRefId()"
name: "moRefId()"
nameWithType: "ResourcePool.moRefId()"
summary: "Gets the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the resource pool."
modifiers:
- "abstract"
syntax: "public abstract String moRefId()"
desc: "Gets the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the resource pool."
returns:
description: "the moRefId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.name()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.name()"
name: "name()"
nameWithType: "ResourcePool.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.networkIds()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.networkIds()"
name: "networkIds()"
nameWithType: "ResourcePool.networkIds()"
summary: "Gets the network<wbr>Ids property: Gets the network ARM ids."
modifiers:
- "abstract"
syntax: "public abstract List<String> networkIds()"
desc: "Gets the networkIds property: Gets the network ARM ids."
returns:
description: "the networkIds value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.provisioningState()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.provisioningState()"
name: "provisioningState()"
nameWithType: "ResourcePool.provisioningState()"
summary: "Gets the provisioning<wbr>State property: Gets the provisioning state."
modifiers:
- "abstract"
syntax: "public abstract ProvisioningState provisioningState()"
desc: "Gets the provisioningState property: Gets the provisioning state."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.refresh()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.refresh()"
name: "refresh()"
nameWithType: "ResourcePool.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract ResourcePool refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePool?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePool&text=ResourcePool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "ResourcePool.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ResourcePool refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePool?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePool&text=ResourcePool\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.region()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.region()"
name: "region()"
nameWithType: "ResourcePool.region()"
summary: "Gets the region of the resource."
modifiers:
- "abstract"
syntax: "public abstract Region region()"
desc: "Gets the region of the resource."
returns:
description: "the region of the resource."
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.regionName()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.regionName()"
name: "regionName()"
nameWithType: "ResourcePool.regionName()"
summary: "Gets the name of the resource region."
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
desc: "Gets the name of the resource region."
returns:
description: "the name of the resource region."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.resourceGroupName()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "ResourcePool.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.statuses()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.statuses()"
name: "statuses()"
nameWithType: "ResourcePool.statuses()"
summary: "Gets the statuses property: The resource status information."
modifiers:
- "abstract"
syntax: "public abstract List<ResourceStatus> statuses()"
desc: "Gets the statuses property: The resource status information."
returns:
description: "the statuses value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.systemData()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.systemData()"
name: "systemData()"
nameWithType: "ResourcePool.systemData()"
summary: "Gets the system<wbr>Data property: The system data."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: The system data."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.tags()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.tags()"
name: "tags()"
nameWithType: "ResourcePool.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets 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>&lt;<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>&gt;"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.type()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.type()"
name: "type()"
nameWithType: "ResourcePool.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.update()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.update()"
name: "update()"
nameWithType: "ResourcePool.update()"
summary: "Begins update for the Resource<wbr>Pool resource."
modifiers:
- "abstract"
syntax: "public abstract ResourcePool.Update update()"
desc: "Begins update for the ResourcePool resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePool.Update?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePool.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.uuid()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.uuid()"
name: "uuid()"
nameWithType: "ResourcePool.uuid()"
summary: "Gets the uuid property: Gets or sets a unique identifier for this resource."
modifiers:
- "abstract"
syntax: "public abstract String uuid()"
desc: "Gets the uuid property: Gets or sets a unique identifier for this resource."
returns:
description: "the uuid value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.vCenterId()"
fullName: "com.azure.resourcemanager.connectedvmware.models.ResourcePool.vCenterId()"
name: "vCenterId()"
nameWithType: "ResourcePool.vCenterId()"
summary: "Gets the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this resource pool resides."
modifiers:
- "abstract"
syntax: "public abstract String vCenterId()"
desc: "Gets the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this resource pool resides."
returns:
description: "the vCenterId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of ResourcePool."
metadata: {}
package: "com.azure.resourcemanager.connectedvmware.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0