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

258 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.networkcloud.models.Volume"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume"
name: "Volume"
nameWithType: "Volume"
summary: "An immutable client-side representation of Volume."
syntax: "public interface **Volume**"
methods:
- uid: "com.azure.resourcemanager.networkcloud.models.Volume.attachedTo()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.attachedTo()"
name: "attachedTo()"
nameWithType: "Volume.attachedTo()"
summary: "Gets the attached<wbr>To property: The list of resource IDs that attach the volume."
modifiers:
- "abstract"
syntax: "public abstract List<String> attachedTo()"
desc: "Gets the attachedTo property: The list of resource IDs that attach the volume. It may include virtual machines and Hybrid AKS clusters."
returns:
description: "the attachedTo 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.networkcloud.models.Volume.detailedStatus()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.detailedStatus()"
name: "detailedStatus()"
nameWithType: "Volume.detailedStatus()"
summary: "Gets the detailed<wbr>Status property: The more detailed status of the volume."
modifiers:
- "abstract"
syntax: "public abstract VolumeDetailedStatus detailedStatus()"
desc: "Gets the detailedStatus property: The more detailed status of the volume."
returns:
description: "the detailedStatus value."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.VolumeDetailedStatus?alt=com.azure.resourcemanager.networkcloud.models.VolumeDetailedStatus&text=VolumeDetailedStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Volume.detailedStatusMessage()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.detailedStatusMessage()"
name: "detailedStatusMessage()"
nameWithType: "Volume.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.Volume.extendedLocation()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.extendedLocation()"
name: "extendedLocation()"
nameWithType: "Volume.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.Volume.id()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.id()"
name: "id()"
nameWithType: "Volume.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.Volume.innerModel()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.innerModel()"
name: "innerModel()"
nameWithType: "Volume.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>networkcloud.<wbr>fluent.<wbr>models.<wbr>Volume<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract VolumeInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.VolumeInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.fluent.models.VolumeInner?alt=com.azure.resourcemanager.networkcloud.fluent.models.VolumeInner&text=VolumeInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Volume.location()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.location()"
name: "location()"
nameWithType: "Volume.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.Volume.name()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.name()"
name: "name()"
nameWithType: "Volume.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.Volume.provisioningState()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.provisioningState()"
name: "provisioningState()"
nameWithType: "Volume.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The provisioning state of the volume."
modifiers:
- "abstract"
syntax: "public abstract VolumeProvisioningState provisioningState()"
desc: "Gets the provisioningState property: The provisioning state of the volume."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.VolumeProvisioningState?alt=com.azure.resourcemanager.networkcloud.models.VolumeProvisioningState&text=VolumeProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Volume.refresh()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.refresh()"
name: "refresh()"
nameWithType: "Volume.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Volume refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.Volume?alt=com.azure.resourcemanager.networkcloud.models.Volume&text=Volume\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Volume.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Volume.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 Volume refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.Volume?alt=com.azure.resourcemanager.networkcloud.models.Volume&text=Volume\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Volume.region()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.region()"
name: "region()"
nameWithType: "Volume.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.Volume.regionName()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.regionName()"
name: "regionName()"
nameWithType: "Volume.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.Volume.resourceGroupName()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Volume.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.Volume.serialNumber()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.serialNumber()"
name: "serialNumber()"
nameWithType: "Volume.serialNumber()"
summary: "Gets the serial<wbr>Number property: The unique identifier of the volume."
modifiers:
- "abstract"
syntax: "public abstract String serialNumber()"
desc: "Gets the serialNumber property: The unique identifier of the volume."
returns:
description: "the serialNumber value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.Volume.sizeMiB()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.sizeMiB()"
name: "sizeMiB()"
nameWithType: "Volume.sizeMiB()"
summary: "Gets the size<wbr>MiB property: The size of the allocation for this volume in Mebibytes."
modifiers:
- "abstract"
syntax: "public abstract long sizeMiB()"
desc: "Gets the sizeMiB property: The size of the allocation for this volume in Mebibytes."
returns:
description: "the sizeMiB value."
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.Volume.systemData()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.systemData()"
name: "systemData()"
nameWithType: "Volume.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.Volume.tags()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.tags()"
name: "tags()"
nameWithType: "Volume.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.Volume.type()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.type()"
name: "type()"
nameWithType: "Volume.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.Volume.update()"
fullName: "com.azure.resourcemanager.networkcloud.models.Volume.update()"
name: "update()"
nameWithType: "Volume.update()"
summary: "Begins update for the Volume resource."
modifiers:
- "abstract"
syntax: "public abstract Volume.Update update()"
desc: "Begins update for the Volume resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.Volume.Update?alt=com.azure.resourcemanager.networkcloud.models.Volume.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Volume."
metadata: {}
package: "com.azure.resourcemanager.networkcloud.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0