ArmAstroModelFactory.AstroOrganizationPatch Method

Definition

The type used for update operations of the OrganizationResource.

public static Azure.ResourceManager.Astro.Models.AstroOrganizationPatch AstroOrganizationPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Astro.Models.AstroOrganizationUpdateProperties properties = default);
static member AstroOrganizationPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Astro.Models.AstroOrganizationUpdateProperties -> Azure.ResourceManager.Astro.Models.AstroOrganizationPatch
Public Shared Function AstroOrganizationPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As AstroOrganizationUpdateProperties = Nothing) As AstroOrganizationPatch

Parameters

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

tags
IDictionary<String,String>

Resource tags.

properties
AstroOrganizationUpdateProperties

The resource-specific properties for this resource.

Returns

A new AstroOrganizationPatch instance for mocking.

Applies to