Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithStorageAccount.withNewStorageAccount(String name,
SkuName sku)
Creates a new storage account to use for the function app.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithStorageAccount.withNewStorageAccount(String name,
SkuName sku)
Creates a new storage account to use for the function app.
|
Modifier and Type | Method and Description |
---|---|
static SkuName |
SkuName.fromString(String value)
Parses a serialized value to a SkuName instance.
|
SkuName |
Sku.name() |
SkuName |
StorageSku.name() |
SkuName |
StorageAccountSkuType.name() |
static SkuName |
SkuName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkuName[] |
SkuName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static StorageAccountSkuType |
StorageAccountSkuType.fromSkuName(SkuName name)
Creates StorageAccountSkuType from sku name.
|
Sku |
Sku.withName(SkuName name)
Set the name value.
|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithSku.withSku(SkuName skuName)
Deprecated.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithSku.withSku(SkuName skuName)
Deprecated.
|
Copyright © 2019. All rights reserved.