次の方法で共有


GatewayTokenRequestContract コンストラクター

定義

オーバーロード

GatewayTokenRequestContract()

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

GatewayTokenRequestContract(KeyType, DateTime)

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

GatewayTokenRequestContract()

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

public GatewayTokenRequestContract();
Public Sub New ()

適用対象

GatewayTokenRequestContract(KeyType, DateTime)

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

public GatewayTokenRequestContract(Microsoft.Azure.Management.ApiManagement.Models.KeyType keyType, DateTime expiry);
new Microsoft.Azure.Management.ApiManagement.Models.GatewayTokenRequestContract : Microsoft.Azure.Management.ApiManagement.Models.KeyType * DateTime -> Microsoft.Azure.Management.ApiManagement.Models.GatewayTokenRequestContract
Public Sub New (keyType As KeyType, expiry As DateTime)

パラメーター

keyType
KeyType

ゲートウェイ トークンの生成に使用するキー。 使用可能な値は、'primary'、'secondary' です。

expiry
DateTime

トークンの有効期限。 最大トークンの有効期限は 30 日に設定されます。 日付は、ISO 8601 標準で指定されている形式 yyyy-MM-ddTHH:mm:ssZ に準拠しています。

適用対象