C#
C++
F#
VB
SharedAccessAccountPolicy.Protocols Property
SharedAccessAccountPolicy::Protocols Property
SharedAccessAccountPolicy.Protocols Property
SharedAccessAccountPolicy.Protocols Property
Gets or sets the allowed protocols for a shared access signature associated with this shared access policy.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<SharedAccessProtocol> Protocols { Nullable<SharedAccessProtocol> get(); void set(Nullable<SharedAccessProtocol> value); }