ArmDeviceUpdateModelFactory.DeviceUpdateAccountData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeviceUpdateAccountData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ManagedServiceIdentity, Nullable<ProvisioningState>, String, Nullable<PublicNetworkAccess>, IEnumerable<DeviceUpdatePrivateEndpointConnectionData>, Nullable<DeviceUpdateSku>, IEnumerable<DeviceUpdateAccountLocationDetail>)
Initializes a new instance of 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
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
The type of identity used for the resource.
- provisioningState
- Nullable<ProvisioningState>
Provisioning state.
- hostName
- String
API host name.
- publicNetworkAccess
- Nullable<PublicNetworkAccess>
Whether or not public network access is allowed for the account.
- privateEndpointConnections
- IEnumerable<DeviceUpdatePrivateEndpointConnectionData>
List of private endpoint connections associated with the account.
- sku
- Nullable<DeviceUpdateSku>
Device Update Sku.
- locations
- IEnumerable<DeviceUpdateAccountLocationDetail>
Device Update account primary and failover location details.
Returns
A new DeviceUpdateAccountData instance for mocking.
Applies to
DeviceUpdateAccountData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ManagedServiceIdentity, Nullable<DeviceUpdateProvisioningState>, String, Nullable<DeviceUpdatePublicNetworkAccess>, IEnumerable<DeviceUpdatePrivateEndpointConnectionData>, Nullable<DeviceUpdateSku>, DeviceUpdateEncryption, IEnumerable<DeviceUpdateAccountLocationDetail>)
Initializes a new instance of 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.DeviceUpdateProvisioningState? provisioningState = default, string hostName = default, Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdatePublicNetworkAccess? publicNetworkAccess = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateEndpointConnectionData> privateEndpointConnections = default, Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateSku? sku = default, Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateEncryption encryption = 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.DeviceUpdateProvisioningState> * string * Nullable<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdatePublicNetworkAccess> * seq<Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateEndpointConnectionData> * Nullable<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateSku> * Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateEncryption * 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 DeviceUpdateProvisioningState) = Nothing, Optional hostName As String = Nothing, Optional publicNetworkAccess As Nullable(Of DeviceUpdatePublicNetworkAccess) = Nothing, Optional privateEndpointConnections As IEnumerable(Of DeviceUpdatePrivateEndpointConnectionData) = Nothing, Optional sku As Nullable(Of DeviceUpdateSku) = Nothing, Optional encryption As DeviceUpdateEncryption = Nothing, Optional locations As IEnumerable(Of DeviceUpdateAccountLocationDetail) = Nothing) As DeviceUpdateAccountData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
The type of identity used for the resource.
- provisioningState
- Nullable<DeviceUpdateProvisioningState>
Provisioning state.
- hostName
- String
API host name.
- publicNetworkAccess
- Nullable<DeviceUpdatePublicNetworkAccess>
Whether or not public network access is allowed for the account.
- privateEndpointConnections
- IEnumerable<DeviceUpdatePrivateEndpointConnectionData>
List of private endpoint connections associated with the account.
- sku
- Nullable<DeviceUpdateSku>
Device Update Sku.
- encryption
- DeviceUpdateEncryption
CMK encryption at rest properties.
- locations
- IEnumerable<DeviceUpdateAccountLocationDetail>
Device Update account primary and failover location details.
Returns
A new DeviceUpdateAccountData instance for mocking.
Applies to
Azure SDK for .NET