public abstract class StorageService extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StorageService.AccountType |
static class |
StorageService.RegionStatus |
static class |
StorageService.Status |
static class |
StorageService.StorageServiceProperties |
Constructor and Description |
---|
StorageService() |
Modifier and Type | Method and Description |
---|---|
static StorageService |
create(String id,
String name,
String location,
Map<String,String> tags,
String type,
StorageService.StorageServiceProperties storageServiceProperties) |
abstract String |
id()
Specifies the id of the storage account.
|
abstract String |
location()
Specifies the location of the storage account.
|
abstract String |
name()
Specifies the name of the storage account.
|
abstract StorageService.StorageServiceProperties |
storageServiceProperties()
Specifies the properties of the storage account.
|
abstract Map<String,String> |
tags()
Specifies the tags of the storage account.
|
abstract String |
type()
Specifies the type of the storage account.
|
@Nullable public abstract String name()
public abstract String location()
public abstract StorageService.StorageServiceProperties storageServiceProperties()
public static StorageService create(String id, String name, String location, Map<String,String> tags, String type, StorageService.StorageServiceProperties storageServiceProperties)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.