GetTenantPolicyResponse Constructors
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.
Overloads
GetTenantPolicyResponse() |
Initializes a new instance of the GetTenantPolicyResponse class. |
GetTenantPolicyResponse(String, String, String, TenantPolicy, SystemData) |
Initializes a new instance of the GetTenantPolicyResponse class. |
GetTenantPolicyResponse()
Initializes a new instance of the GetTenantPolicyResponse class.
public GetTenantPolicyResponse ();
Public Sub New ()
Applies to
GetTenantPolicyResponse(String, String, String, TenantPolicy, SystemData)
Initializes a new instance of the GetTenantPolicyResponse class.
public GetTenantPolicyResponse (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Subscription.Models.TenantPolicy properties = default, Microsoft.Azure.Management.Subscription.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Subscription.Models.GetTenantPolicyResponse : string * string * string * Microsoft.Azure.Management.Subscription.Models.TenantPolicy * Microsoft.Azure.Management.Subscription.Models.SystemData -> Microsoft.Azure.Management.Subscription.Models.GetTenantPolicyResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As TenantPolicy = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- id
- String
Policy Id.
- name
- String
Policy name.
- type
- String
Resource type.
- properties
- TenantPolicy
Tenant policy properties.
- systemData
- SystemData