ArmDeviceUpdateModelFactory.DeviceUpdateAccountData Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de DeviceUpdateAccountData.
public static Azure.ResourceManager.DeviceUpdate.DeviceUpdateAccountData DeviceUpdateAccountData (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, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.DeviceUpdate.Models.ProvisioningState? provisioningState = default, string hostName = default, Azure.ResourceManager.DeviceUpdate.Models.PublicNetworkAccess? publicNetworkAccess = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateEndpointConnectionData> privateEndpointConnections = default, Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateSku? sku = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateAccountLocationDetail> locations = default);
static member DeviceUpdateAccountData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.DeviceUpdate.Models.ProvisioningState> * string * Nullable<Azure.ResourceManager.DeviceUpdate.Models.PublicNetworkAccess> * seq<Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateEndpointConnectionData> * Nullable<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateSku> * seq<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateAccountLocationDetail> -> Azure.ResourceManager.DeviceUpdate.DeviceUpdateAccountData
Public Shared Function DeviceUpdateAccountData (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 identity As ManagedServiceIdentity = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional hostName As String = Nothing, Optional publicNetworkAccess As Nullable(Of PublicNetworkAccess) = Nothing, Optional privateEndpointConnections As IEnumerable(Of DeviceUpdatePrivateEndpointConnectionData) = Nothing, Optional sku As Nullable(Of DeviceUpdateSku) = Nothing, Optional locations As IEnumerable(Of DeviceUpdateAccountLocationDetail) = Nothing) As DeviceUpdateAccountData
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Balises.
- location
- AzureLocation
Emplacement.
- identity
- ManagedServiceIdentity
Type d’identité utilisé pour la ressource.
- provisioningState
- Nullable<ProvisioningState>
État d’approvisionnement.
- hostName
- String
Nom d’hôte de l’API.
- publicNetworkAccess
- Nullable<PublicNetworkAccess>
Indique si l’accès au réseau public est autorisé ou non pour le compte.
- privateEndpointConnections
- IEnumerable<DeviceUpdatePrivateEndpointConnectionData>
Liste des connexions de point de terminaison privé associées au compte.
- sku
- Nullable<DeviceUpdateSku>
Référence SKU de mise à jour de l’appareil.
- locations
- IEnumerable<DeviceUpdateAccountLocationDetail>
Détails du compte principal et de l’emplacement de basculement du compte Device Update.
Retours
Une nouvelle DeviceUpdateAccountData instance de moqueries.