Partager via


Restriction Constructors

Definition

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
values
IList<String>
reasonCode
String

Applies to