SasAuthentication クラス

定義

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

public class SasAuthentication : Azure.ResourceManager.DeploymentManager.Models.Authentication
type SasAuthentication = class
    inherit Authentication
Public Class SasAuthentication
Inherits Authentication
継承
SasAuthentication

コンストラクター

SasAuthentication()

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

プロパティ

SasUri

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

適用対象