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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET