GetSecurityPolicyPlainArgs

data class GetSecurityPolicyPlainArgs(val profileName: String, val resourceGroupName: String, val securityPolicyName: String) : ConvertibleToJava<GetSecurityPolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(profileName: String, resourceGroupName: String, securityPolicyName: String)

Properties

Link copied to clipboard

Name of the CDN profile which is unique within the resource group.

Link copied to clipboard

Name of the Resource group within the Azure subscription.

Link copied to clipboard

Name of the security policy under the profile.

Functions

Link copied to clipboard
open override fun toJava(): GetSecurityPolicyPlainArgs