ArmStoragePoolModelFactory.DiskPoolIscsiTargetCreateOrUpdateContent 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.
Initializes a new instance of DiskPoolIscsiTargetCreateOrUpdateContent.
public static Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetCreateOrUpdateContent DiskPoolIscsiTargetCreateOrUpdateContent (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string managedBy = default, System.Collections.Generic.IEnumerable<string> managedByExtended = default, Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetAclMode aclMode = default, string targetIqn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetPortalGroupAcl> staticAcls = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StoragePool.Models.ManagedDiskIscsiLun> luns = default);
static member DiskPoolIscsiTargetCreateOrUpdateContent : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * seq<string> * Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetAclMode * string * seq<Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetPortalGroupAcl> * seq<Azure.ResourceManager.StoragePool.Models.ManagedDiskIscsiLun> -> Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetCreateOrUpdateContent
Public Shared Function DiskPoolIscsiTargetCreateOrUpdateContent (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional managedBy As String = Nothing, Optional managedByExtended As IEnumerable(Of String) = Nothing, Optional aclMode As DiskPoolIscsiTargetAclMode = Nothing, Optional targetIqn As String = Nothing, Optional staticAcls As IEnumerable(Of DiskPoolIscsiTargetPortalGroupAcl) = Nothing, Optional luns As IEnumerable(Of ManagedDiskIscsiLun) = Nothing) As DiskPoolIscsiTargetCreateOrUpdateContent
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- managedBy
- String
Azure resource id. Indicates if this resource is managed by another Azure resource.
- managedByExtended
- IEnumerable<String>
List of Azure resource ids that manage this resource.
- aclMode
- DiskPoolIscsiTargetAclMode
Mode for Target connectivity.
- targetIqn
- String
iSCSI Target IQN (iSCSI Qualified Name); example: "iqn.2005-03.org.iscsi:server".
- staticAcls
- IEnumerable<DiskPoolIscsiTargetPortalGroupAcl>
Access Control List (ACL) for an iSCSI Target; defines LUN masking policy.
List of LUNs to be exposed through iSCSI Target.
Returns
A new DiskPoolIscsiTargetCreateOrUpdateContent instance for mocking.
Applies to
Azure SDK for .NET