/AWS1/CL_SSMAZURESUBSCRIPTION¶
Information about an Azure subscription targeted by the cloud connector.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/SSMAZURESUBSCRIPTIONID /AWS1/SSMAZURESUBSCRIPTIONID¶
The ID of the Azure subscription.
Optional arguments:¶
iv_displayname TYPE /AWS1/SSMAZURESUBSCRDSPNAME /AWS1/SSMAZURESUBSCRDSPNAME¶
The display name of the Azure subscription.
Queryable Attributes¶
Id¶
The ID of the Azure subscription.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
DisplayName¶
The display name of the Azure subscription.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AZURESUBSCRIPTIONLIST¶
TYPES TT_AZURESUBSCRIPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMAZURESUBSCRIPTION WITH DEFAULT KEY
.