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