ArmManagedNetworkFabricModelFactory.NetworkDeviceSkuData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de NetworkDeviceSkuData.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceSkuData NetworkDeviceSkuData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string model = default, string manufacturer = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.Models.SupportedVersionProperties> supportedVersions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceRoleName> supportedRoleTypes = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceInterfaceProperties> interfaces = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default);
static member NetworkDeviceSkuData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * seq<Azure.ResourceManager.ManagedNetworkFabric.Models.SupportedVersionProperties> * seq<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceRoleName> * seq<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceInterfaceProperties> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceSkuData
Public Shared Function NetworkDeviceSkuData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional model As String = Nothing, Optional manufacturer As String = Nothing, Optional supportedVersions As IEnumerable(Of SupportedVersionProperties) = Nothing, Optional supportedRoleTypes As IEnumerable(Of NetworkDeviceRoleName) = Nothing, Optional interfaces As IEnumerable(Of NetworkDeviceInterfaceProperties) = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing) As NetworkDeviceSkuData
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- model
- String
Modelo do dispositivo de rede.
- manufacturer
- String
Fabricante do dispositivo de rede.
- supportedVersions
- IEnumerable<SupportedVersionProperties>
Lista de detalhes de versão com suporte do dispositivo de rede.
- supportedRoleTypes
- IEnumerable<NetworkDeviceRoleName>
Funções disponíveis para o dispositivo de rede.
- interfaces
- IEnumerable<NetworkDeviceInterfaceProperties>
Lista de interfaces de dispositivo de rede.
- provisioningState
- Nullable<NetworkFabricProvisioningState>
Estado de provisionamento do recurso.
Retornos
Uma nova NetworkDeviceSkuData instância para simulação.