ArmNetworkCloudModelFactory.NetworkCloudVirtualMachinePatch Method
Definition
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.
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.