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

93 строки
5.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loganalytics.models.StorageAccount"
fullName: "com.azure.resourcemanager.loganalytics.models.StorageAccount"
name: "StorageAccount"
nameWithType: "StorageAccount"
summary: "Describes a storage account connection."
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 **StorageAccount**"
constructors:
- uid: "com.azure.resourcemanager.loganalytics.models.StorageAccount.StorageAccount()"
fullName: "com.azure.resourcemanager.loganalytics.models.StorageAccount.StorageAccount()"
name: "StorageAccount()"
nameWithType: "StorageAccount.StorageAccount()"
summary: "Creates an instance of Storage<wbr>Account class."
syntax: "public StorageAccount()"
desc: "Creates an instance of StorageAccount class."
methods:
- uid: "com.azure.resourcemanager.loganalytics.models.StorageAccount.id()"
fullName: "com.azure.resourcemanager.loganalytics.models.StorageAccount.id()"
name: "id()"
nameWithType: "StorageAccount.id()"
summary: "Get the id property: The Azure Resource Manager ID of the storage account resource."
syntax: "public String id()"
desc: "Get the id property: The Azure Resource Manager ID of the storage account 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.loganalytics.models.StorageAccount.key()"
fullName: "com.azure.resourcemanager.loganalytics.models.StorageAccount.key()"
name: "key()"
nameWithType: "StorageAccount.key()"
summary: "Get the key property: The storage account key."
syntax: "public String key()"
desc: "Get the key property: The storage account key."
returns:
description: "the key value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.StorageAccount.validate()"
fullName: "com.azure.resourcemanager.loganalytics.models.StorageAccount.validate()"
name: "validate()"
nameWithType: "StorageAccount.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.loganalytics.models.StorageAccount.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.StorageAccount.withId(String id)"
name: "withId(String id)"
nameWithType: "StorageAccount.withId(String id)"
summary: "Set the id property: The Azure Resource Manager ID of the storage account resource."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StorageAccount withId(String id)"
desc: "Set the id property: The Azure Resource Manager ID of the storage account resource."
returns:
description: "the StorageAccount object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.StorageAccount?alt=com.azure.resourcemanager.loganalytics.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loganalytics.models.StorageAccount.withKey(java.lang.String)"
fullName: "com.azure.resourcemanager.loganalytics.models.StorageAccount.withKey(String key)"
name: "withKey(String key)"
nameWithType: "StorageAccount.withKey(String key)"
summary: "Set the key property: The storage account key."
parameters:
- description: "the key value to set."
name: "key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StorageAccount withKey(String key)"
desc: "Set the key property: The storage account key."
returns:
description: "the StorageAccount object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.StorageAccount?alt=com.azure.resourcemanager.loganalytics.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes a storage account connection."
metadata: {}
package: "com.azure.resourcemanager.loganalytics.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0