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

93 строки
7.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile"
name: "StorageProfile"
nameWithType: "StorageProfile"
summary: "The storage configuration profile for the provisioned cluster."
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 final class **StorageProfile**"
constructors:
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.StorageProfile()"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.StorageProfile()"
name: "StorageProfile()"
nameWithType: "StorageProfile.StorageProfile()"
summary: "Creates an instance of Storage<wbr>Profile class."
syntax: "public StorageProfile()"
desc: "Creates an instance of StorageProfile class."
methods:
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.nfsCsiDriver()"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.nfsCsiDriver()"
name: "nfsCsiDriver()"
nameWithType: "StorageProfile.nfsCsiDriver()"
summary: "Get the nfs<wbr>Csi<wbr>Driver property: NFS CSI Driver settings for the storage profile."
syntax: "public StorageProfileNfsCsiDriver nfsCsiDriver()"
desc: "Get the nfsCsiDriver property: NFS CSI Driver settings for the storage profile."
returns:
description: "the nfsCsiDriver value."
type: "<xref href=\"com.azure.resourcemanager.hybridcontainerservice.models.StorageProfileNfsCsiDriver?alt=com.azure.resourcemanager.hybridcontainerservice.models.StorageProfileNfsCsiDriver&text=StorageProfileNfsCsiDriver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.smbCsiDriver()"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.smbCsiDriver()"
name: "smbCsiDriver()"
nameWithType: "StorageProfile.smbCsiDriver()"
summary: "Get the smb<wbr>Csi<wbr>Driver property: SMB CSI Driver settings for the storage profile."
syntax: "public StorageProfileSmbCsiDriver smbCsiDriver()"
desc: "Get the smbCsiDriver property: SMB CSI Driver settings for the storage profile."
returns:
description: "the smbCsiDriver value."
type: "<xref href=\"com.azure.resourcemanager.hybridcontainerservice.models.StorageProfileSmbCsiDriver?alt=com.azure.resourcemanager.hybridcontainerservice.models.StorageProfileSmbCsiDriver&text=StorageProfileSmbCsiDriver\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.validate()"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.validate()"
name: "validate()"
nameWithType: "StorageProfile.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.withNfsCsiDriver(com.azure.resourcemanager.hybridcontainerservice.models.StorageProfileNfsCsiDriver)"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.withNfsCsiDriver(StorageProfileNfsCsiDriver nfsCsiDriver)"
name: "withNfsCsiDriver(StorageProfileNfsCsiDriver nfsCsiDriver)"
nameWithType: "StorageProfile.withNfsCsiDriver(StorageProfileNfsCsiDriver nfsCsiDriver)"
summary: "Set the nfs<wbr>Csi<wbr>Driver property: NFS CSI Driver settings for the storage profile."
parameters:
- description: "the nfsCsiDriver value to set."
name: "nfsCsiDriver"
type: "<xref href=\"com.azure.resourcemanager.hybridcontainerservice.models.StorageProfileNfsCsiDriver?alt=com.azure.resourcemanager.hybridcontainerservice.models.StorageProfileNfsCsiDriver&text=StorageProfileNfsCsiDriver\" data-throw-if-not-resolved=\"False\" />"
syntax: "public StorageProfile withNfsCsiDriver(StorageProfileNfsCsiDriver nfsCsiDriver)"
desc: "Set the nfsCsiDriver property: NFS CSI Driver settings for the storage profile."
returns:
description: "the StorageProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile?alt=com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.withSmbCsiDriver(com.azure.resourcemanager.hybridcontainerservice.models.StorageProfileSmbCsiDriver)"
fullName: "com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile.withSmbCsiDriver(StorageProfileSmbCsiDriver smbCsiDriver)"
name: "withSmbCsiDriver(StorageProfileSmbCsiDriver smbCsiDriver)"
nameWithType: "StorageProfile.withSmbCsiDriver(StorageProfileSmbCsiDriver smbCsiDriver)"
summary: "Set the smb<wbr>Csi<wbr>Driver property: SMB CSI Driver settings for the storage profile."
parameters:
- description: "the smbCsiDriver value to set."
name: "smbCsiDriver"
type: "<xref href=\"com.azure.resourcemanager.hybridcontainerservice.models.StorageProfileSmbCsiDriver?alt=com.azure.resourcemanager.hybridcontainerservice.models.StorageProfileSmbCsiDriver&text=StorageProfileSmbCsiDriver\" data-throw-if-not-resolved=\"False\" />"
syntax: "public StorageProfile withSmbCsiDriver(StorageProfileSmbCsiDriver smbCsiDriver)"
desc: "Set the smbCsiDriver property: SMB CSI Driver settings for the storage profile."
returns:
description: "the StorageProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile?alt=com.azure.resourcemanager.hybridcontainerservice.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The storage configuration profile for the provisioned cluster."
metadata: {}
package: "com.azure.resourcemanager.hybridcontainerservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridcontainerservice:1.0.0