ArmAvsModelFactory.IscsiPathData 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 IscsiPathData.
public static Azure.ResourceManager.Avs.IscsiPathData IscsiPathData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Avs.Models.IscsiPathProvisioningState? provisioningState = default, string networkBlock = default);
static member IscsiPathData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Avs.Models.IscsiPathProvisioningState> * string -> Azure.ResourceManager.Avs.IscsiPathData
Public Shared Function IscsiPathData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of IscsiPathProvisioningState) = Nothing, Optional networkBlock As String = Nothing) As IscsiPathData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<IscsiPathProvisioningState>
The state of the iSCSI path provisioning.
- networkBlock
- String
CIDR Block for iSCSI path.
Returns
A new IscsiPathData instance for mocking.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET