ArmStoragePoolModelFactory.DiskPoolIscsiTargetPatch 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 DiskPoolIscsiTargetPatch.
public static Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetPatch DiskPoolIscsiTargetPatch (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, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetPortalGroupAcl> staticAcls = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StoragePool.Models.ManagedDiskIscsiLun> luns = default);
static member DiskPoolIscsiTargetPatch : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * seq<string> * seq<Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetPortalGroupAcl> * seq<Azure.ResourceManager.StoragePool.Models.ManagedDiskIscsiLun> -> Azure.ResourceManager.StoragePool.Models.DiskPoolIscsiTargetPatch
Public Shared Function DiskPoolIscsiTargetPatch (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 staticAcls As IEnumerable(Of DiskPoolIscsiTargetPortalGroupAcl) = Nothing, Optional luns As IEnumerable(Of ManagedDiskIscsiLun) = Nothing) As DiskPoolIscsiTargetPatch
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.
- 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 DiskPoolIscsiTargetPatch instance for mocking.
Applies to
Azure SDK for .NET