SecurityPolicyProperties 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.
The json object that contains properties required to create a security policy
public class SecurityPolicyProperties : Microsoft.Azure.Management.Cdn.Models.AFDStateProperties
type SecurityPolicyProperties = class
inherit AFDStateProperties
Public Class SecurityPolicyProperties
Inherits AFDStateProperties
- Inheritance
Constructors
SecurityPolicyProperties() |
Initializes a new instance of the SecurityPolicyProperties class. |
SecurityPolicyProperties(String, String, SecurityPolicyParameters) |
Initializes a new instance of the SecurityPolicyProperties class. |
Properties
DeploymentStatus |
Gets possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed' (Inherited from AFDStateProperties) |
Parameters |
Gets or sets object which contains security policy parameters |
ProvisioningState |
Gets provisioning status. Possible values include: 'Succeeded', 'Failed', 'Updating', 'Deleting', 'Creating' (Inherited from AFDStateProperties) |
Applies to
Azure SDK for .NET