ArmAppContainersModelFactory.ContainerAppCustomDomainVerificationFailureInfo 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.
Initializes a new instance of ContainerAppCustomDomainVerificationFailureInfo.
public static Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomainVerificationFailureInfo ContainerAppCustomDomainVerificationFailureInfo (string code = default, string message = default, string target = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomainVerificationFailureInfoDetailsItem> details = default);
static member ContainerAppCustomDomainVerificationFailureInfo : string * string * string * seq<Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomainVerificationFailureInfoDetailsItem> -> Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomainVerificationFailureInfo
Public Shared Function ContainerAppCustomDomainVerificationFailureInfo (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IEnumerable(Of ContainerAppCustomDomainVerificationFailureInfoDetailsItem) = Nothing) As ContainerAppCustomDomainVerificationFailureInfo
Parameters
- code
- String
Standardized string to programmatically identify the error.
- message
- String
Detailed error description and debugging information.
- target
- String
Detailed error description and debugging information.
Details or the error.
Returns
A new ContainerAppCustomDomainVerificationFailureInfo instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET