ServiceClient クラス
- java.
lang. Object - com.
microsoft. azure. storage. ServiceClient
- com.
public class ServiceClient
Microsoft Azure Storage サービスにアクセスするためのクライアントを提供します。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
Storage |
credentials
このサービス クライアントに関連付けられている StorageCredentials を保持します。 |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
ServiceClient(final StorageUri storageUri, final StorageCredentials credentials) |
指定したサービス エンドポイントとアカウントの資格情報を使用して、 クラスのインスタンスを作成します。 |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Storage |
downloadServicePropertiesImpl(final RequestOptions options, final boolean signAsTable) |
final Storage |
getCredentials()
このサービス クライアントに関連付けられているストレージ資格情報を返します。 |
abstract Request |
getDefaultRequestOptions()
これに関連付けられている要求に使用される を取得します。RequestOptions |
final URI |
getEndpoint()
このサービス クライアントのベース URI を返します。 |
Storage |
getServiceStatsImpl(final RequestOptions options, final boolean signAsTable) |
final Storage |
getStorageUri()
すべての場所の URI の一覧を返します。 |
boolean | isUsePathStyleUris() |
final void |
setCredentials(final StorageCredentials credentials)
このサービス クライアントで使用する資格情報を設定します。 |
final void |
setStorageUri(final StorageUri storageUri)
すべての場所の URI の一覧を設定します。 |
Storage |
uploadServicePropertiesImpl(final ServiceProperties properties, final RequestOptions options, final OperationContext opContext, final boolean signAsTable) |
フィールドの詳細
credentials
protected StorageCredentials credentials
このサービス クライアントに関連付けられている StorageCredentials を保持します。
コンストラクターの詳細
ServiceClient
protected ServiceClient(final StorageUri storageUri, final StorageCredentials credentials)
指定したサービス エンドポイントとアカウントの資格情報を使用して、 クラスのインスタンスを作成します。
Parameters:
メソッドの詳細
downloadServicePropertiesImpl
protected StorageRequest
Parameters:
getCredentials
public final StorageCredentials getCredentials()
このサービス クライアントに関連付けられているストレージ資格情報を返します。
Returns:
getDefaultRequestOptions
public abstract RequestOptions getDefaultRequestOptions()
これに関連付けられている要求に使用される を取得します。RequestOptions
Returns:
ServiceClient
getEndpoint
public final URI getEndpoint()
このサービス クライアントのベース URI を返します。
Returns:
java.net.URI
サービス クライアントのベース URI を表す オブジェクト。getServiceStatsImpl
protected StorageRequest
Parameters:
getStorageUri
public final StorageUri getStorageUri()
すべての場所の URI の一覧を返します。
Returns:
isUsePathStyleUris
protected boolean isUsePathStyleUris()
Returns:
true
パス スタイルの URI が使用される場合は 。それ以外の場合は false
。
setCredentials
protected final void setCredentials(final StorageCredentials credentials)
このサービス クライアントで使用する資格情報を設定します。
Parameters:
setStorageUri
protected final void setStorageUri(final StorageUri storageUri)
すべての場所の URI の一覧を設定します。
Parameters:
uploadServicePropertiesImpl
protected StorageRequest
Parameters:
適用対象
Azure SDK for Java