ArmNetworkCloudModelFactory.NetworkCloudVirtualMachinePatch Method

Definition

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

Parameters

identity
ManagedServiceIdentity

The identity for the resource.

vmImageRepositoryCredentials
ImageRepositoryCredentials

The credentials used to login to the image repository that has access to the specified image.

tags
IDictionary<String,String>

Resource tags.

Returns

A new NetworkCloudVirtualMachinePatch instance for mocking.

Applies to