Manager interface
The StorSimple Manager.
- Extends
Properties
cis |
Represents the type of StorSimple Manager. |
etag | The etag of the manager. |
provisioning |
Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created. |
sku | Specifies the Sku. |
Inherited Properties
id | The resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The geo location of the resource. |
name | The resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The tags attached to the resource. |
type | The resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
cisIntrinsicSettings
Represents the type of StorSimple Manager.
cisIntrinsicSettings?: ManagerIntrinsicSettings
Property Value
etag
The etag of the manager.
etag?: string
Property Value
string
provisioningState
Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created.
provisioningState?: string
Property Value
string
sku
Inherited Property Details
id
The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
The geo location of the resource.
location: string
Property Value
string
Inherited From Resource.location
name
The resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
The tags attached to the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript