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