ArmAppContainersModelFactory.ContainerAppManagedCertificatePatch 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.
A managed certificate to update.
public static Azure.ResourceManager.AppContainers.Models.ContainerAppManagedCertificatePatch ContainerAppManagedCertificatePatch(System.Collections.Generic.IDictionary<string,string> tags = default);
static member ContainerAppManagedCertificatePatch : System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.AppContainers.Models.ContainerAppManagedCertificatePatch
Public Shared Function ContainerAppManagedCertificatePatch (Optional tags As IDictionary(Of String, String) = Nothing) As ContainerAppManagedCertificatePatch
Parameters
- tags
- IDictionary<String,String>
Application-specific metadata in the form of key-value pairs.
Returns
A new ContainerAppManagedCertificatePatch instance for mocking.