ArmComputeModelFactory.DiskInstanceView 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 DiskInstanceView.
public static Azure.ResourceManager.Compute.Models.DiskInstanceView DiskInstanceView (string name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.DiskEncryptionSettings> encryptionSettings = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.InstanceViewStatus> statuses = default);
static member DiskInstanceView : string * seq<Azure.ResourceManager.Compute.Models.DiskEncryptionSettings> * seq<Azure.ResourceManager.Compute.Models.InstanceViewStatus> -> Azure.ResourceManager.Compute.Models.DiskInstanceView
Public Shared Function DiskInstanceView (Optional name As String = Nothing, Optional encryptionSettings As IEnumerable(Of DiskEncryptionSettings) = Nothing, Optional statuses As IEnumerable(Of InstanceViewStatus) = Nothing) As DiskInstanceView
Parameters
- name
- String
The disk name.
- encryptionSettings
- IEnumerable<DiskEncryptionSettings>
Specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15.
- statuses
- IEnumerable<InstanceViewStatus>
The resource status information.
Returns
A new DiskInstanceView instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET