MECRole interface
MEC role.
- Extends
Properties
| connection |
Activation key of the MEC. |
| controller |
Controller Endpoint. |
| kind | Role type. |
| resource |
Unique Id of the Resource. |
| role |
Role status. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
connectionString
Activation key of the MEC.
connectionString?: AsymmetricEncryptedSecret
Property Value
controllerEndpoint
Controller Endpoint.
controllerEndpoint?: string
Property Value
string
kind
Role type.
kind: "MEC"
Property Value
"MEC"
resourceUniqueId
Unique Id of the Resource.
resourceUniqueId?: string
Property Value
string
roleStatus
Role status.
roleStatus?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From Role.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From Role.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From Role.type