Share via


AddOwnerParameters Constructors

Definition

Overloads

AddOwnerParameters()

Initializes a new instance of the AddOwnerParameters class.

AddOwnerParameters(String, IDictionary<String,Object>)

Initializes a new instance of the AddOwnerParameters class.

AddOwnerParameters()

Initializes a new instance of the AddOwnerParameters class.

public AddOwnerParameters ();
Public Sub New ()

Applies to

AddOwnerParameters(String, IDictionary<String,Object>)

Initializes a new instance of the AddOwnerParameters class.

public AddOwnerParameters (string url, System.Collections.Generic.IDictionary<string,object> additionalProperties = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.AddOwnerParameters : string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.AddOwnerParameters
Public Sub New (url As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing)

Parameters

url
String

A owner object URL, such as "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd", where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the owner (user, application, servicePrincipal, group) to be added.

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

Applies to