ArmAppPlatformModelFactory.AppPlatformCustomDomainProperties 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 AppPlatformCustomDomainProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainProperties AppPlatformCustomDomainProperties (string thumbprint = default, string appName = default, string certName = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainProvisioningState? provisioningState = default);
static member AppPlatformCustomDomainProperties : string * string * string * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainProvisioningState> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomDomainProperties
Public Shared Function AppPlatformCustomDomainProperties (Optional thumbprint As String = Nothing, Optional appName As String = Nothing, Optional certName As String = Nothing, Optional provisioningState As Nullable(Of AppPlatformCustomDomainProvisioningState) = Nothing) As AppPlatformCustomDomainProperties
Parameters
- thumbprint
- String
The thumbprint of bound certificate.
- appName
- String
The app name of domain.
- certName
- String
The bound certificate name of domain.
- provisioningState
- Nullable<AppPlatformCustomDomainProvisioningState>
Provisioning state of the Domain.
Returns
A new AppPlatformCustomDomainProperties 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