ArmContainerInstanceModelFactory.ContainerGroupProfilePatch 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.
Properties of container group profile that need to be patched.
public static Azure.ResourceManager.ContainerInstance.Models.ContainerGroupProfilePatch ContainerGroupProfilePatch(System.Collections.Generic.IDictionary<string,string> tags = default);
static member ContainerGroupProfilePatch : System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupProfilePatch
Public Shared Function ContainerGroupProfilePatch (Optional tags As IDictionary(Of String, String) = Nothing) As ContainerGroupProfilePatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new ContainerGroupProfilePatch instance for mocking.