ArmAppServiceModelFactory.StaticSiteLinkedBackendData Method

Definition

Overloads

StaticSiteLinkedBackendData(ResourceIdentifier, String, ResourceType, SystemData, ResourceIdentifier, String, Nullable<DateTimeOffset>, String, String)

Source:
ArmAppServiceModelFactory.cs
Source:
ArmAppServiceModelFactory.cs

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

StaticSiteLinkedBackendData(ResourceIdentifier, String, ResourceType, SystemData, String, ResourceIdentifier, String, Nullable<DateTimeOffset>, String)

Source:
ArmAppServiceModelFactory.cs

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, string kind = default, Azure.Core.ResourceIdentifier backendResourceId = default, string region = default, DateTimeOffset? createdOn = default, string provisioningState = default);
static member StaticSiteLinkedBackendData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Azure.Core.ResourceIdentifier * string * Nullable<DateTimeOffset> * 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 kind As String = Nothing, Optional backendResourceId As ResourceIdentifier = Nothing, Optional region As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing) As StaticSiteLinkedBackendData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

kind
String

Kind of resource. Serialized Name: StaticSiteLinkedBackendARMResource.kind

backendResourceId
ResourceIdentifier

The resource id of the backend linked to the static site Serialized Name: StaticSiteLinkedBackendARMResource.properties.backendResourceId

region
String

The region of the backend linked to the static site Serialized Name: StaticSiteLinkedBackendARMResource.properties.region

createdOn
Nullable<DateTimeOffset>

The date and time on which the backend was linked to the static site. Serialized Name: StaticSiteLinkedBackendARMResource.properties.createdOn

provisioningState
String

The provisioning state of the linking process. Serialized Name: StaticSiteLinkedBackendARMResource.properties.provisioningState

Returns

A new StaticSiteLinkedBackendData instance for mocking.

Applies to