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

282 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.networkcloud.models.Rack"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack"
name: "Rack"
nameWithType: "Rack"
summary: "An immutable client-side representation of Rack."
syntax: "public interface **Rack**"
methods:
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.availabilityZone()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.availabilityZone()"
name: "availabilityZone()"
nameWithType: "Rack.availabilityZone()"
summary: "Gets the availability<wbr>Zone property: The value that will be used for machines in this rack to represent the availability zones that can be referenced by Hybrid AKS Clusters for node arrangement."
modifiers:
- "abstract"
syntax: "public abstract String availabilityZone()"
desc: "Gets the availabilityZone property: The value that will be used for machines in this rack to represent the availability zones that can be referenced by Hybrid AKS Clusters for node arrangement."
returns:
description: "the availabilityZone value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.clusterId()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.clusterId()"
name: "clusterId()"
nameWithType: "Rack.clusterId()"
summary: "Gets the cluster<wbr>Id property: The resource ID of the cluster the rack is created for."
modifiers:
- "abstract"
syntax: "public abstract String clusterId()"
desc: "Gets the clusterId property: The resource ID of the cluster the rack is created for. This value is set when the rack is created by the cluster."
returns:
description: "the clusterId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.detailedStatus()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.detailedStatus()"
name: "detailedStatus()"
nameWithType: "Rack.detailedStatus()"
summary: "Gets the detailed<wbr>Status property: The more detailed status of the rack."
modifiers:
- "abstract"
syntax: "public abstract RackDetailedStatus detailedStatus()"
desc: "Gets the detailedStatus property: The more detailed status of the rack."
returns:
description: "the detailedStatus value."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.RackDetailedStatus?alt=com.azure.resourcemanager.networkcloud.models.RackDetailedStatus&text=RackDetailedStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.detailedStatusMessage()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.detailedStatusMessage()"
name: "detailedStatusMessage()"
nameWithType: "Rack.detailedStatusMessage()"
summary: "Gets the detailed<wbr>Status<wbr>Message property: The descriptive message about the current detailed status."
modifiers:
- "abstract"
syntax: "public abstract String detailedStatusMessage()"
desc: "Gets the detailedStatusMessage property: The descriptive message about the current detailed status."
returns:
description: "the detailedStatusMessage value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.extendedLocation()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.extendedLocation()"
name: "extendedLocation()"
nameWithType: "Rack.extendedLocation()"
summary: "Gets the extended<wbr>Location property: Extended<wbr>Location represents the Azure custom location where the resource will be created."
modifiers:
- "abstract"
syntax: "public abstract ExtendedLocation extendedLocation()"
desc: "Gets the extendedLocation property: ExtendedLocation represents the Azure custom location where the resource will be created.\n\nThe extended location of the cluster associated with the resource."
returns:
description: "the extendedLocation value."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ExtendedLocation?alt=com.azure.resourcemanager.networkcloud.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.id()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.id()"
name: "id()"
nameWithType: "Rack.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.networkcloud.models.Rack.innerModel()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.innerModel()"
name: "innerModel()"
nameWithType: "Rack.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>networkcloud.<wbr>fluent.<wbr>models.<wbr>Rack<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract RackInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.RackInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.fluent.models.RackInner?alt=com.azure.resourcemanager.networkcloud.fluent.models.RackInner&text=RackInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.location()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.location()"
name: "location()"
nameWithType: "Rack.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.networkcloud.models.Rack.name()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.name()"
name: "name()"
nameWithType: "Rack.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.networkcloud.models.Rack.provisioningState()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.provisioningState()"
name: "provisioningState()"
nameWithType: "Rack.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The provisioning state of the rack resource."
modifiers:
- "abstract"
syntax: "public abstract RackProvisioningState provisioningState()"
desc: "Gets the provisioningState property: The provisioning state of the rack resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.RackProvisioningState?alt=com.azure.resourcemanager.networkcloud.models.RackProvisioningState&text=RackProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.rackLocation()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.rackLocation()"
name: "rackLocation()"
nameWithType: "Rack.rackLocation()"
summary: "Gets the rack<wbr>Location property: The free-form description of the rack location."
modifiers:
- "abstract"
syntax: "public abstract String rackLocation()"
desc: "Gets the rackLocation property: The free-form description of the rack location. (e.g. \\\\u201cDTN Datacenter, Floor 3, Isle 9, Rack 2B\\\\u201d)."
returns:
description: "the rackLocation value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.rackSerialNumber()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.rackSerialNumber()"
name: "rackSerialNumber()"
nameWithType: "Rack.rackSerialNumber()"
summary: "Gets the rack<wbr>Serial<wbr>Number property: The unique identifier for the rack within Network Cloud cluster."
modifiers:
- "abstract"
syntax: "public abstract String rackSerialNumber()"
desc: "Gets the rackSerialNumber property: The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired."
returns:
description: "the rackSerialNumber value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.rackSkuId()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.rackSkuId()"
name: "rackSkuId()"
nameWithType: "Rack.rackSkuId()"
summary: "Gets the rack<wbr>Sku<wbr>Id property: The SKU for the rack."
modifiers:
- "abstract"
syntax: "public abstract String rackSkuId()"
desc: "Gets the rackSkuId property: The SKU for the rack."
returns:
description: "the rackSkuId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.refresh()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.refresh()"
name: "refresh()"
nameWithType: "Rack.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Rack refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.Rack?alt=com.azure.resourcemanager.networkcloud.models.Rack&text=Rack\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Rack.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 Rack refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.Rack?alt=com.azure.resourcemanager.networkcloud.models.Rack&text=Rack\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Rack.region()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.region()"
name: "region()"
nameWithType: "Rack.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.networkcloud.models.Rack.regionName()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.regionName()"
name: "regionName()"
nameWithType: "Rack.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.networkcloud.models.Rack.resourceGroupName()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Rack.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.networkcloud.models.Rack.systemData()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.systemData()"
name: "systemData()"
nameWithType: "Rack.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
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.networkcloud.models.Rack.tags()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.tags()"
name: "tags()"
nameWithType: "Rack.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.networkcloud.models.Rack.type()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.type()"
name: "type()"
nameWithType: "Rack.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.networkcloud.models.Rack.update()"
fullName: "com.azure.resourcemanager.networkcloud.models.Rack.update()"
name: "update()"
nameWithType: "Rack.update()"
summary: "Begins update for the Rack resource."
modifiers:
- "abstract"
syntax: "public abstract Rack.Update update()"
desc: "Begins update for the Rack resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.Rack.Update?alt=com.azure.resourcemanager.networkcloud.models.Rack.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Rack."
metadata: {}
package: "com.azure.resourcemanager.networkcloud.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0