CdnKeyGroupData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a list of references of UrlSigningKey type secret objects.
public class CdnKeyGroupData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.CdnKeyGroupData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.CdnKeyGroupData>
type CdnKeyGroupData = class
inherit ResourceData
interface IJsonModel<CdnKeyGroupData>
interface IPersistableModel<CdnKeyGroupData>
Public Class CdnKeyGroupData
Inherits ResourceData
Implements IJsonModel(Of CdnKeyGroupData), IPersistableModel(Of CdnKeyGroupData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CdnKeyGroupData() |
Initializes a new instance of CdnKeyGroupData. |
Properties
| Name | Description |
|---|---|
| DeploymentStatus |
Gets the DeploymentStatus. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| KeyReferences |
Names of UrlSigningKey type secret objects. |
| Name |
The name of the resource. (Inherited from ResourceData) |
| ProvisioningState |
Provisioning status. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |