Dela via


ArmAppServiceModelFactory.StaticSiteLinkedBackendData Method

Definition

Initializes a new instance of StaticSiteLinkedBackendData.

public static Azure.ResourceManager.AppService.StaticSiteLinkedBackendData StaticSiteLinkedBackendData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier backendResourceId = default, string region = default, DateTimeOffset? createdOn = default, string provisioningState = default, string kind = default);
static member StaticSiteLinkedBackendData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * string * Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.AppService.StaticSiteLinkedBackendData
Public Shared Function StaticSiteLinkedBackendData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional backendResourceId As ResourceIdentifier = Nothing, Optional region As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing, Optional kind As String = Nothing) As StaticSiteLinkedBackendData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

backendResourceId
ResourceIdentifier

The resource id of the backend linked to the static site.

region
String

The region of the backend linked to the static site.

createdOn
Nullable<DateTimeOffset>

The date and time on which the backend was linked to the static site.

provisioningState
String

The provisioning state of the linking process.

kind
String

Kind of resource.

Returns

A new StaticSiteLinkedBackendData instance for mocking.

Applies to