ArmAppServiceModelFactory.StaticSiteCustomDomainOverviewData 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 StaticSiteCustomDomainOverviewData.
public static Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewData StaticSiteCustomDomainOverviewData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string domainName = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.AppService.Models.CustomDomainStatus? status = default, string validationToken = default, string errorMessage = default, string kind = default);
static member StaticSiteCustomDomainOverviewData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.AppService.Models.CustomDomainStatus> * string * string * string -> Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewData
Public Shared Function StaticSiteCustomDomainOverviewData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional domainName As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As Nullable(Of CustomDomainStatus) = Nothing, Optional validationToken As String = Nothing, Optional errorMessage As String = Nothing, Optional kind As String = Nothing) As StaticSiteCustomDomainOverviewData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- domainName
- String
The domain name for the static site custom domain.
- createdOn
- Nullable<DateTimeOffset>
The date and time on which the custom domain was created for the static site.
- status
- Nullable<CustomDomainStatus>
The status of the custom domain.
- validationToken
- String
The TXT record validation token.
- errorMessage
- String
- kind
- String
Kind of resource.
Returns
A new StaticSiteCustomDomainOverviewData instance for mocking.
Applies to
Azure SDK for .NET