Class AzureBlobKey
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Represents a key referencing a file in Azure blob storage.
Inheritance
System.Object
AzureBlobKey
Namespace: Stylelabs.M.Sdk.Models.Jobs
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
AzureBlobKey(String, String)
Initializes a new instance of the AzureBlobKey class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | provider |
Name of the provider. |
| System.String | key |
Key of the file to fetch. |
Properties
Key
Gets the key referencing the file to fetch.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Provider
Gets the name of the provider. The provider should be configured in M.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
ToString()
Declaration
Returns
| Type | Description |
|---|---|
| System.String |