Restriction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Restriction() | |
Restriction(String, IList<String>, String) |
Restriction()
public Restriction ();
Public Sub New ()
Applies to
Restriction(String, IList<String>, String)
public Restriction (string type = default, System.Collections.Generic.IList<string> values = default, string reasonCode = default);
new Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Restriction : string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Storage.Version2017_10_01.Models.Restriction
Public Sub New (Optional type As String = Nothing, Optional values As IList(Of String) = Nothing, Optional reasonCode As String = Nothing)
Parameters
- type
- String
- reasonCode
- String