93 строки
6.4 KiB
YAML
93 строки
6.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration"
|
|
fullName: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration"
|
|
name: "StorageConfiguration"
|
|
nameWithType: "StorageConfiguration"
|
|
summary: "The configuration of connected storage."
|
|
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 **StorageConfiguration**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.StorageConfiguration()"
|
|
fullName: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.StorageConfiguration()"
|
|
name: "StorageConfiguration()"
|
|
nameWithType: "StorageConfiguration.StorageConfiguration()"
|
|
summary: "Creates an instance of Storage<wbr>Configuration class."
|
|
syntax: "public StorageConfiguration()"
|
|
desc: "Creates an instance of StorageConfiguration class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.fileSystemName()"
|
|
fullName: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.fileSystemName()"
|
|
name: "fileSystemName()"
|
|
nameWithType: "StorageConfiguration.fileSystemName()"
|
|
summary: "Get the file<wbr>System<wbr>Name property: The filesystem name of connected storage account."
|
|
syntax: "public String fileSystemName()"
|
|
desc: "Get the fileSystemName property: The filesystem name of connected storage account."
|
|
returns:
|
|
description: "the fileSystemName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.storageResourceId()"
|
|
fullName: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.storageResourceId()"
|
|
name: "storageResourceId()"
|
|
nameWithType: "StorageConfiguration.storageResourceId()"
|
|
summary: "Get the storage<wbr>Resource<wbr>Id property: The resource id of connected storage account."
|
|
syntax: "public String storageResourceId()"
|
|
desc: "Get the storageResourceId property: The resource id of connected storage account."
|
|
returns:
|
|
description: "the storageResourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.validate()"
|
|
fullName: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.validate()"
|
|
name: "validate()"
|
|
nameWithType: "StorageConfiguration.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.withFileSystemName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.withFileSystemName(String fileSystemName)"
|
|
name: "withFileSystemName(String fileSystemName)"
|
|
nameWithType: "StorageConfiguration.withFileSystemName(String fileSystemName)"
|
|
summary: "Set the file<wbr>System<wbr>Name property: The filesystem name of connected storage account."
|
|
parameters:
|
|
- description: "the fileSystemName value to set."
|
|
name: "fileSystemName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StorageConfiguration withFileSystemName(String fileSystemName)"
|
|
desc: "Set the fileSystemName property: The filesystem name of connected storage account."
|
|
returns:
|
|
description: "the StorageConfiguration object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.models.StorageConfiguration?alt=com.azure.resourcemanager.healthcareapis.models.StorageConfiguration&text=StorageConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.withStorageResourceId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.healthcareapis.models.StorageConfiguration.withStorageResourceId(String storageResourceId)"
|
|
name: "withStorageResourceId(String storageResourceId)"
|
|
nameWithType: "StorageConfiguration.withStorageResourceId(String storageResourceId)"
|
|
summary: "Set the storage<wbr>Resource<wbr>Id property: The resource id of connected storage account."
|
|
parameters:
|
|
- description: "the storageResourceId value to set."
|
|
name: "storageResourceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StorageConfiguration withStorageResourceId(String storageResourceId)"
|
|
desc: "Set the storageResourceId property: The resource id of connected storage account."
|
|
returns:
|
|
description: "the StorageConfiguration object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.models.StorageConfiguration?alt=com.azure.resourcemanager.healthcareapis.models.StorageConfiguration&text=StorageConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The configuration of connected storage."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.healthcareapis.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-healthcareapis:1.1.0
|