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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET