AzureCreateStorageAccount.AffinityGroupName Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property AffinityGroupName As InArgument(Of String)
[BrowsableAttribute(true)]
public InArgument<string> AffinityGroupName { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ AffinityGroupName {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member AffinityGroupName : InArgument<string> with get, set
function get AffinityGroupName () : InArgument<String>
function set AffinityGroupName (value : InArgument<String>)
Property Value
Type: System.Activities.InArgument<String>
.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
AzureCreateStorageAccount Class
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace