Share via


CloudServiceUpdate Constructors

Definition

Overloads

CloudServiceUpdate()

Initializes a new instance of the CloudServiceUpdate class.

CloudServiceUpdate(IDictionary<String,String>)

Initializes a new instance of the CloudServiceUpdate class.

CloudServiceUpdate()

Initializes a new instance of the CloudServiceUpdate class.

public CloudServiceUpdate ();
Public Sub New ()

Applies to

CloudServiceUpdate(IDictionary<String,String>)

Initializes a new instance of the CloudServiceUpdate class.

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

Parameters

tags
IDictionary<String,String>

Resource tags

Applies to