ProfileUpdateParameters Constructors
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.
ProfileUpdateParameters() |
Initializes a new instance of the ProfileUpdateParameters class. |
ProfileUpdateParameters(IDictionary<String,String>) |
Initializes a new instance of the ProfileUpdateParameters class. |
Initializes a new instance of the ProfileUpdateParameters class.
public ProfileUpdateParameters ();
Public Sub New ()
Applies to
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
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: