StorageAccountInformation Interface

public interface StorageAccountInformation

An immutable client-side representation of StorageAccountInformation.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract StorageAccountInformationInner innerModel()

Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.StorageAccountInformationInner object.

abstract String name()

Gets the name property: The resource name.

abstract String suffix()

Gets the suffix property: The optional suffix for the storage account.

abstract String type()

Gets the type property: The resource type.

Method Details

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract StorageAccountInformationInner innerModel()

Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.StorageAccountInformationInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The resource name.

Returns:

the name value.

suffix

public abstract String suffix()

Gets the suffix property: The optional suffix for the storage account.

Returns:

the suffix value.

type

public abstract String type()

Gets the type property: The resource type.

Returns:

the type value.

Applies to