150 строки
12 KiB
YAML
150 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage"
|
|
name: "FunctionsDeploymentStorage"
|
|
nameWithType: "FunctionsDeploymentStorage"
|
|
summary: "Storage for deployed package used by the function app."
|
|
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 **FunctionsDeploymentStorage**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage?alt=com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage&text=FunctionsDeploymentStorage\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.FunctionsDeploymentStorage()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.FunctionsDeploymentStorage()"
|
|
name: "FunctionsDeploymentStorage()"
|
|
nameWithType: "FunctionsDeploymentStorage.FunctionsDeploymentStorage()"
|
|
summary: "Creates an instance of Functions<wbr>Deployment<wbr>Storage class."
|
|
syntax: "public FunctionsDeploymentStorage()"
|
|
desc: "Creates an instance of FunctionsDeploymentStorage class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.authentication()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.authentication()"
|
|
name: "authentication()"
|
|
nameWithType: "FunctionsDeploymentStorage.authentication()"
|
|
summary: "Get the authentication property: Authentication method to access the storage account for deployment."
|
|
syntax: "public FunctionsDeploymentStorageAuthentication authentication()"
|
|
desc: "Get the authentication property: Authentication method to access the storage account for deployment."
|
|
returns:
|
|
description: "the authentication value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageAuthentication?alt=com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageAuthentication&text=FunctionsDeploymentStorageAuthentication\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "FunctionsDeploymentStorage.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Functions<wbr>Deployment<wbr>Storage from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static FunctionsDeploymentStorage fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the FunctionsDeploymentStorage."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of FunctionsDeploymentStorage from the JsonReader."
|
|
returns:
|
|
description: "An instance of FunctionsDeploymentStorage if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage?alt=com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage&text=FunctionsDeploymentStorage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "FunctionsDeploymentStorage.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.type()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.type()"
|
|
name: "type()"
|
|
nameWithType: "FunctionsDeploymentStorage.type()"
|
|
summary: "Get the type property: Property to select Azure Storage type."
|
|
syntax: "public FunctionsDeploymentStorageType type()"
|
|
desc: "Get the type property: Property to select Azure Storage type. Available options: blobContainer."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageType?alt=com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageType&text=FunctionsDeploymentStorageType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.validate()"
|
|
name: "validate()"
|
|
nameWithType: "FunctionsDeploymentStorage.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.value()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.value()"
|
|
name: "value()"
|
|
nameWithType: "FunctionsDeploymentStorage.value()"
|
|
summary: "Get the value property: Property to set the URL for the selected Azure Storage type."
|
|
syntax: "public String value()"
|
|
desc: "Get the value property: Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://<storageAccountName>.blob.core.windows.net/<containerName>."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.withAuthentication(com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageAuthentication)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.withAuthentication(FunctionsDeploymentStorageAuthentication authentication)"
|
|
name: "withAuthentication(FunctionsDeploymentStorageAuthentication authentication)"
|
|
nameWithType: "FunctionsDeploymentStorage.withAuthentication(FunctionsDeploymentStorageAuthentication authentication)"
|
|
summary: "Set the authentication property: Authentication method to access the storage account for deployment."
|
|
parameters:
|
|
- description: "the authentication value to set."
|
|
name: "authentication"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageAuthentication?alt=com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageAuthentication&text=FunctionsDeploymentStorageAuthentication\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public FunctionsDeploymentStorage withAuthentication(FunctionsDeploymentStorageAuthentication authentication)"
|
|
desc: "Set the authentication property: Authentication method to access the storage account for deployment."
|
|
returns:
|
|
description: "the FunctionsDeploymentStorage object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage?alt=com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage&text=FunctionsDeploymentStorage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.withType(com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageType)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.withType(FunctionsDeploymentStorageType type)"
|
|
name: "withType(FunctionsDeploymentStorageType type)"
|
|
nameWithType: "FunctionsDeploymentStorage.withType(FunctionsDeploymentStorageType type)"
|
|
summary: "Set the type property: Property to select Azure Storage type."
|
|
parameters:
|
|
- description: "the type value to set."
|
|
name: "type"
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageType?alt=com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageType&text=FunctionsDeploymentStorageType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public FunctionsDeploymentStorage withType(FunctionsDeploymentStorageType type)"
|
|
desc: "Set the type property: Property to select Azure Storage type. Available options: blobContainer."
|
|
returns:
|
|
description: "the FunctionsDeploymentStorage object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage?alt=com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage&text=FunctionsDeploymentStorage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.withValue(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage.withValue(String value)"
|
|
name: "withValue(String value)"
|
|
nameWithType: "FunctionsDeploymentStorage.withValue(String value)"
|
|
summary: "Set the value property: Property to set the URL for the selected Azure Storage type."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public FunctionsDeploymentStorage withValue(String value)"
|
|
desc: "Set the value property: Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://<storageAccountName>.blob.core.windows.net/<containerName>."
|
|
returns:
|
|
description: "the FunctionsDeploymentStorage object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage?alt=com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage&text=FunctionsDeploymentStorage\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Storage for deployed package used by the function app."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage?alt=com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorage&text=FunctionsDeploymentStorage\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|