次の方法で共有


BackupPolicyListResponse クラス

定義

バックアップ ポリシーの一覧の応答モデル。

public class BackupPolicyListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.StorSimple.Models.BackupPolicy>
type BackupPolicyListResponse = class
    inherit AzureOperationResponse
    interface seq<BackupPolicy>
    interface IEnumerable
Public Class BackupPolicyListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of BackupPolicy)
継承
Microsoft.Azure.AzureOperationResponse
BackupPolicyListResponse
実装

コンストラクター

BackupPolicyListResponse()

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

プロパティ

BackupPolicies

省略可能。 バックアップ ポリシーのコレクション

メソッド

GetEnumerator()

BackupPolicies のシーケンスを取得します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

BackupPolicies のシーケンスを取得します。

拡張メソッド

ToCommaSeparatedString<T>(IEnumerable<T>)

コレクションの要素を文字列に変換し、それらをコンマ区切りのリストに連結するか、null または空のコレクションの場合は null を返します。

適用対象