ArmPeeringModelFactory.PeeringServiceData Method

Definition

Initializes a new instance of PeeringServiceData.

public static Azure.ResourceManager.Peering.PeeringServiceData PeeringServiceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string skuName = default, string peeringServiceLocation = default, string peeringServiceProvider = default, Azure.ResourceManager.Peering.Models.PeeringProvisioningState? provisioningState = default, string providerPrimaryPeeringLocation = default, string providerBackupPeeringLocation = default, Azure.ResourceManager.Peering.Models.PeeringLogAnalyticsWorkspaceProperties logAnalyticsWorkspaceProperties = default);
static member PeeringServiceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * Nullable<Azure.ResourceManager.Peering.Models.PeeringProvisioningState> * string * string * Azure.ResourceManager.Peering.Models.PeeringLogAnalyticsWorkspaceProperties -> Azure.ResourceManager.Peering.PeeringServiceData
Public Shared Function PeeringServiceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional skuName As String = Nothing, Optional peeringServiceLocation As String = Nothing, Optional peeringServiceProvider As String = Nothing, Optional provisioningState As Nullable(Of PeeringProvisioningState) = Nothing, Optional providerPrimaryPeeringLocation As String = Nothing, Optional providerBackupPeeringLocation As String = Nothing, Optional logAnalyticsWorkspaceProperties As PeeringLogAnalyticsWorkspaceProperties = Nothing) As PeeringServiceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

skuName
String

The SKU that defines the type of the peering service.

peeringServiceLocation
String

The location (state/province) of the customer.

peeringServiceProvider
String

The name of the service provider.

provisioningState
Nullable<PeeringProvisioningState>

The provisioning state of the resource.

providerPrimaryPeeringLocation
String

The primary peering (Microsoft/service provider) location to be used for customer traffic.

providerBackupPeeringLocation
String

The backup peering (Microsoft/service provider) location to be used for customer traffic.

logAnalyticsWorkspaceProperties
PeeringLogAnalyticsWorkspaceProperties

The Log Analytics Workspace Properties.

Returns

A new PeeringServiceData instance for mocking.

Applies to