azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

84 строки
5.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.ManagedDisk"
fullName: "com.microsoft.azure.batch.protocol.models.ManagedDisk"
name: "ManagedDisk"
nameWithType: "ManagedDisk"
summary: "The Managed<wbr>Disk model."
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 class **ManagedDisk**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.ManagedDisk.ManagedDisk()"
fullName: "com.microsoft.azure.batch.protocol.models.ManagedDisk.ManagedDisk()"
name: "ManagedDisk()"
nameWithType: "ManagedDisk.ManagedDisk()"
syntax: "public ManagedDisk()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.ManagedDisk.securityProfile()"
fullName: "com.microsoft.azure.batch.protocol.models.ManagedDisk.securityProfile()"
name: "securityProfile()"
nameWithType: "ManagedDisk.securityProfile()"
summary: "Get the security<wbr>Profile value."
syntax: "public VMDiskSecurityProfile securityProfile()"
desc: "Get the securityProfile value."
returns:
description: "the securityProfile value"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.VMDiskSecurityProfile?alt=com.microsoft.azure.batch.protocol.models.VMDiskSecurityProfile&text=VMDiskSecurityProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.ManagedDisk.storageAccountType()"
fullName: "com.microsoft.azure.batch.protocol.models.ManagedDisk.storageAccountType()"
name: "storageAccountType()"
nameWithType: "ManagedDisk.storageAccountType()"
summary: "Get possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'."
syntax: "public StorageAccountType storageAccountType()"
desc: "Get possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'."
returns:
description: "the storageAccountType value"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.StorageAccountType?alt=com.microsoft.azure.batch.protocol.models.StorageAccountType&text=StorageAccountType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.ManagedDisk.withSecurityProfile(com.microsoft.azure.batch.protocol.models.VMDiskSecurityProfile)"
fullName: "com.microsoft.azure.batch.protocol.models.ManagedDisk.withSecurityProfile(VMDiskSecurityProfile securityProfile)"
name: "withSecurityProfile(VMDiskSecurityProfile securityProfile)"
nameWithType: "ManagedDisk.withSecurityProfile(VMDiskSecurityProfile securityProfile)"
summary: "Set the security<wbr>Profile value."
parameters:
- description: "the securityProfile value to set"
name: "securityProfile"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.VMDiskSecurityProfile?alt=com.microsoft.azure.batch.protocol.models.VMDiskSecurityProfile&text=VMDiskSecurityProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedDisk withSecurityProfile(VMDiskSecurityProfile securityProfile)"
desc: "Set the securityProfile value."
returns:
description: "the ManagedDisk object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ManagedDisk?alt=com.microsoft.azure.batch.protocol.models.ManagedDisk&text=ManagedDisk\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.ManagedDisk.withStorageAccountType(com.microsoft.azure.batch.protocol.models.StorageAccountType)"
fullName: "com.microsoft.azure.batch.protocol.models.ManagedDisk.withStorageAccountType(StorageAccountType storageAccountType)"
name: "withStorageAccountType(StorageAccountType storageAccountType)"
nameWithType: "ManagedDisk.withStorageAccountType(StorageAccountType storageAccountType)"
summary: "Set possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'."
parameters:
- description: "the storageAccountType value to set"
name: "storageAccountType"
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.StorageAccountType?alt=com.microsoft.azure.batch.protocol.models.StorageAccountType&text=StorageAccountType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedDisk withStorageAccountType(StorageAccountType storageAccountType)"
desc: "Set possible values include: 'StandardLRS', 'PremiumLRS', 'StandardSSDLRS'."
returns:
description: "the ManagedDisk object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.ManagedDisk?alt=com.microsoft.azure.batch.protocol.models.ManagedDisk&text=ManagedDisk\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The ManagedDisk model."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0