RoleInstance.Size Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "InstanceSize", Order := )> _
Public Property Size As InstanceSize
[DataMemberAttribute(Name = "InstanceSize", Order = )]
public InstanceSize Size { get; private set; }
[DataMemberAttribute(Name = L"InstanceSize", Order = )]
public:
property InstanceSize Size {
InstanceSize get ();
private: void set (InstanceSize value);
}
[<DataMemberAttribute(Name = "InstanceSize", Order = )>]
member Size : InstanceSize with get, private set
function get Size () : InstanceSize
private function set Size (value : InstanceSize)
Property Value
Type: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7.InstanceSize
Returns InstanceSize.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7 Namespace