BasicAuthentication クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ジョブの基本認証
public class BasicAuthentication : Microsoft.WindowsAzure.Scheduler.Models.HttpAuthentication
type BasicAuthentication = class
inherit HttpAuthentication
Public Class BasicAuthentication
Inherits HttpAuthentication
- 継承
コンストラクター
BasicAuthentication() |
BasicAuthentication クラスの新しいインスタンスを初期化します。 |
BasicAuthentication(String) |
必須の引数を使用して、BasicAuthentication クラスの新しいインスタンスを初期化します。 |
プロパティ
Password |
省略可能。 パスワードを取得します。値の設定も可能です。 |
Type |
省略可能。 認証の種類を指定します (継承元 HttpAuthentication) |
Username |
必須。 ユーザー名を取得または設定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET