Class: Azure::Policy::Profiles::Latest::Mgmt::ModelClasses
- Inherits:
-
Object
- Object
- Azure::Policy::Profiles::Latest::Mgmt::ModelClasses
- Defined in:
- lib/profiles/latest/modules/policy_profile_module.rb
Instance Method Summary collapse
- #enforcement_mode ⇒ Object
- #error_response ⇒ Object
- #identity ⇒ Object
- #policy_assignment ⇒ Object
- #policy_assignment_list_result ⇒ Object
- #policy_definition ⇒ Object
- #policy_definition_list_result ⇒ Object
- #policy_definition_reference ⇒ Object
- #policy_set_definition ⇒ Object
- #policy_set_definition_list_result ⇒ Object
- #policy_sku ⇒ Object
- #policy_type ⇒ Object
- #resource_identity_type ⇒ Object
Instance Method Details
#enforcement_mode ⇒ Object
106 107 108 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 106 def enforcement_mode Azure::Policy::Mgmt::V2019_06_01::Models::EnforcementMode end |
#error_response ⇒ Object
91 92 93 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 91 def error_response Azure::Policy::Mgmt::V2019_06_01::Models::ErrorResponse end |
#identity ⇒ Object
103 104 105 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 103 def identity Azure::Policy::Mgmt::V2019_06_01::Models::Identity end |
#policy_assignment ⇒ Object
85 86 87 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 85 def policy_assignment Azure::Policy::Mgmt::V2019_06_01::Models::PolicyAssignment end |
#policy_assignment_list_result ⇒ Object
97 98 99 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 97 def policy_assignment_list_result Azure::Policy::Mgmt::V2019_06_01::Models::PolicyAssignmentListResult end |
#policy_definition ⇒ Object
76 77 78 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 76 def policy_definition Azure::Policy::Mgmt::V2019_06_01::Models::PolicyDefinition end |
#policy_definition_list_result ⇒ Object
82 83 84 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 82 def policy_definition_list_result Azure::Policy::Mgmt::V2019_06_01::Models::PolicyDefinitionListResult end |
#policy_definition_reference ⇒ Object
88 89 90 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 88 def policy_definition_reference Azure::Policy::Mgmt::V2019_06_01::Models::PolicyDefinitionReference end |
#policy_set_definition ⇒ Object
94 95 96 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 94 def policy_set_definition Azure::Policy::Mgmt::V2019_06_01::Models::PolicySetDefinition end |
#policy_set_definition_list_result ⇒ Object
100 101 102 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 100 def policy_set_definition_list_result Azure::Policy::Mgmt::V2019_06_01::Models::PolicySetDefinitionListResult end |
#policy_sku ⇒ Object
79 80 81 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 79 def policy_sku Azure::Policy::Mgmt::V2019_06_01::Models::PolicySku end |
#policy_type ⇒ Object
112 113 114 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 112 def policy_type Azure::Policy::Mgmt::V2019_06_01::Models::PolicyType end |
#resource_identity_type ⇒ Object
109 110 111 |
# File 'lib/profiles/latest/modules/policy_profile_module.rb', line 109 def resource_identity_type Azure::Policy::Mgmt::V2019_06_01::Models::ResourceIdentityType end |