DevTestLabFileUploadOption Struct
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.
Options for uploading the files for the artifact. UploadFilesAndGenerateSasTokens is the default value.
public readonly struct DevTestLabFileUploadOption : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabFileUploadOption>
type DevTestLabFileUploadOption = struct
Public Structure DevTestLabFileUploadOption
Implements IEquatable(Of DevTestLabFileUploadOption)
- Inheritance
-
DevTestLabFileUploadOption
- Implements
Constructors
DevTestLabFileUploadOption(String) |
Initializes a new instance of DevTestLabFileUploadOption. |
Properties
None |
None. |
UploadFilesAndGenerateSasTokens |
UploadFilesAndGenerateSasTokens. |
Methods
Equals(DevTestLabFileUploadOption) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DevTestLabFileUploadOption, DevTestLabFileUploadOption) |
Determines if two DevTestLabFileUploadOption values are the same. |
Implicit(String to DevTestLabFileUploadOption) |
Converts a string to a DevTestLabFileUploadOption. |
Inequality(DevTestLabFileUploadOption, DevTestLabFileUploadOption) |
Determines if two DevTestLabFileUploadOption values are not the same. |
Applies to
Azure SDK for .NET