次の方法で共有


Profile クラス

定義

CDN プロファイルは、CDN プロバイダーや価格レベルなど、同じ設定を共有するエンドポイントの論理的なグループです。

[Microsoft.Rest.Serialization.JsonTransformation]
public class Profile : Microsoft.Azure.Management.Cdn.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Profile = class
    inherit TrackedResource
Public Class Profile
Inherits TrackedResource
継承
属性

コンストラクター

Profile()

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

Profile(String, Sku, String, String, String, SystemData, IDictionary<String,String>, String, String, String)

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

プロパティ

FrontdoorId

フロントドアの ID を取得します。

Id

リソース ID を取得します。

(継承元 Resource)
Location

リソースの場所を取得または設定します。

(継承元 TrackedResource)
Name

リソース名を取得します。

(継承元 Resource)
ProvisioningState

プロファイルのプロビジョニング状態を取得します。

ResourceState

プロファイルのリソースの状態を取得します。 使用可能な値は、'Creating'、'Active'、'Deleting'、'Disabled' です。

Sku

CDN プロファイルの価格レベル (CDN プロバイダー、機能リスト、およびレートを定義します) を取得または設定します。

SystemData

CDN プロファイルは、CDN プロバイダーや価格レベルなど、同じ設定を共有するエンドポイントの論理的なグループです。

(継承元 Resource)
Tags

リソース タグを取得または設定します。

(継承元 TrackedResource)
Type

リソースの種類を取得します。

(継承元 Resource)

メソッド

Validate()

オブジェクトを検証します。

適用対象