ProfileUpdateParameters Constructors

Definition

Overloads

ProfileUpdateParameters()

Initializes a new instance of the ProfileUpdateParameters class.

ProfileUpdateParameters(IDictionary<String,String>)

Initializes a new instance of the ProfileUpdateParameters class.

ProfileUpdateParameters()

Initializes a new instance of the ProfileUpdateParameters class.

public ProfileUpdateParameters ();
Public Sub New ()

Applies to

ProfileUpdateParameters(IDictionary<String,String>)

Initializes a new instance of the ProfileUpdateParameters class.

public ProfileUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Cdn.Models.ProfileUpdateParameters : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Cdn.Models.ProfileUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

tags
IDictionary<String,String>

Profile tags

Applies to