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