다음을 통해 공유


ArmMobileNetworkModelFactory.MobileNetworkPlatformConfiguration Method

Definition

Initializes a new instance of MobileNetworkPlatformConfiguration.

public static Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlatformConfiguration MobileNetworkPlatformConfiguration (Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlatformType platformType = default, Azure.Core.ResourceIdentifier azureStackEdgeDeviceId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> azureStackEdgeDevices = default, Azure.Core.ResourceIdentifier azureStackHciClusterId = default, Azure.Core.ResourceIdentifier connectedClusterId = default, Azure.Core.ResourceIdentifier customLocationId = default);
static member MobileNetworkPlatformConfiguration : Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlatformType * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MobileNetwork.Models.MobileNetworkPlatformConfiguration
Public Shared Function MobileNetworkPlatformConfiguration (Optional platformType As MobileNetworkPlatformType = Nothing, Optional azureStackEdgeDeviceId As ResourceIdentifier = Nothing, Optional azureStackEdgeDevices As IEnumerable(Of WritableSubResource) = Nothing, Optional azureStackHciClusterId As ResourceIdentifier = Nothing, Optional connectedClusterId As ResourceIdentifier = Nothing, Optional customLocationId As ResourceIdentifier = Nothing) As MobileNetworkPlatformConfiguration

Parameters

platformType
MobileNetworkPlatformType

The platform type where packet core is deployed.

azureStackEdgeDeviceId
ResourceIdentifier

The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.

azureStackEdgeDevices
IEnumerable<WritableSubResource>

The Azure Stack Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list.

azureStackHciClusterId
ResourceIdentifier

The Azure Stack HCI cluster where the packet core is deployed.

connectedClusterId
ResourceIdentifier

Azure Arc connected cluster where the packet core is deployed.

customLocationId
ResourceIdentifier

Azure Arc custom location where the packet core is deployed.

Returns

A new MobileNetworkPlatformConfiguration instance for mocking.

Applies to