ArmSphereModelFactory.SphereImageData 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 SphereImageData.
public static Azure.ResourceManager.Sphere.SphereImageData SphereImageData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string image = default, string imageId = default, string imageName = default, Azure.ResourceManager.Sphere.Models.RegionalDataBoundary? regionalDataBoundary = default, Uri uri = default, string description = default, string componentId = default, Azure.ResourceManager.Sphere.Models.SphereImageType? imageType = default, Azure.ResourceManager.Sphere.Models.SphereProvisioningState? provisioningState = default);
static member SphereImageData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<Azure.ResourceManager.Sphere.Models.RegionalDataBoundary> * Uri * string * string * Nullable<Azure.ResourceManager.Sphere.Models.SphereImageType> * Nullable<Azure.ResourceManager.Sphere.Models.SphereProvisioningState> -> Azure.ResourceManager.Sphere.SphereImageData
Public Shared Function SphereImageData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional image As String = Nothing, Optional imageId As String = Nothing, Optional imageName As String = Nothing, Optional regionalDataBoundary As Nullable(Of RegionalDataBoundary) = Nothing, Optional uri As Uri = Nothing, Optional description As String = Nothing, Optional componentId As String = Nothing, Optional imageType As Nullable(Of SphereImageType) = Nothing, Optional provisioningState As Nullable(Of SphereProvisioningState) = Nothing) As SphereImageData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- image
- String
Image as a UTF-8 encoded base 64 string on image create. This field contains the image URI on image reads.
- imageId
- String
Image ID.
- imageName
- String
Image name.
- regionalDataBoundary
- Nullable<RegionalDataBoundary>
Regional data boundary for an image.
- uri
- Uri
Location the image.
- description
- String
The image description.
- componentId
- String
The image component id.
- imageType
- Nullable<SphereImageType>
The image type.
- provisioningState
- Nullable<SphereProvisioningState>
The status of the last operation.
Returns
A new SphereImageData instance for mocking.
Applies to
Azure SDK for .NET