Property Access [SPFSDK][VMROLE]
Applies To: Windows Azure Pack
Some of the properties that are described in the VM Role JSON Reference [SPFSDK][VMROLE] topics have an Access column. This column indicates if the property is to be read by the service when you use it with an update or create operation.
Symbol |
Description |
---|---|
R |
The property is read-only. When you create or update the entity, changes to this property are ignored. |
C |
The property can be set when you create the entity. |
U |
The property can be changed when you update the entity. |
Property Examples
This table describes access flag combinations that you can find on a property.
Access |
Description |
---|---|
R |
The property is returned when you read the entity, but the value of this property cannot be changed. |
RC |
The property is returned when you read the entity. The property is initially set when the entity is created. |
RW |
The property is returned when you read the entity. The property can be changed when you update an entity, but cannot be set when the entity is created. |
RCW |
The property is returned when you read the entity. The property is initially set when the entity is created and can be changed when you update the entity. |
See Also
VM Role JSON Reference [SPFSDK][VMROLE]
VirtualMachineRole (Gallery)[SPFSDK][VMROLE]
VirtualMachineRole (Instance) [SPFSDK][VMROLE]
Parameters and Types [SPFSDK][VMROLE]
Windows Server Roles and Features [SPFSDK][VMROLE]