次の方法で共有


SasAuthentication クラス

定義

Azure Storage SAS URI を使用して成果物にアクセスするためのプロパティを定義します。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Sas")]
public class SasAuthentication : Microsoft.Azure.Management.DeploymentManager.Models.Authentication
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Sas")>]
type SasAuthentication = class
    inherit Authentication
Public Class SasAuthentication
Inherits Authentication
継承
SasAuthentication
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

SasAuthentication()

SasAuthentication クラスの新しいインスタンスを初期化します。

SasAuthentication(String)

SasAuthentication クラスの新しいインスタンスを初期化します。

プロパティ

SasUri

Azure Storage BLOB コンテナーへの SAS URI を取得または設定します。 コンテナーのルートから成果物が配置されている場所までのオフセットは、artifactRoot で定義できます。

メソッド

Validate()

オブジェクトを検証します。

適用対象