StartGatewayPublicDiagnosticsParameters.CustomerStorageKey Property
Optional. The customer's storage account key
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public string CustomerStorageKey { get; set; }
public:
property String^ CustomerStorageKey {
String^ get();
void set(String^ value);
}
member CustomerStorageKey : string with get, set
Public Property CustomerStorageKey As String
Property Value
Type: System.String
See Also
StartGatewayPublicDiagnosticsParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top