MockableSecurityCenterSubscriptionResource 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.
A class to add extension methods to SubscriptionResource.
public class MockableSecurityCenterSubscriptionResource : Azure.ResourceManager.ArmResource
type MockableSecurityCenterSubscriptionResource = class
inherit ArmResource
Public Class MockableSecurityCenterSubscriptionResource
Inherits ArmResource
- Inheritance
Constructors
| Name | Description |
|---|---|
| MockableSecurityCenterSubscriptionResource() |
Initializes a new instance of MockableSecurityCenterSubscriptionResource for mocking. |
Properties
| Name | Description |
|---|---|
| Client |
Gets the ArmClient this resource client was created from. (Inherited from ArmResource) |
| Diagnostics |
Gets the diagnostic options for this resource client. (Inherited from ArmResource) |
| Endpoint |
Gets the base uri for this resource client. (Inherited from ArmResource) |
| Id |
Gets the resource identifier. (Inherited from ArmResource) |
| Pipeline |
Gets the pipeline for this resource client. (Inherited from ArmResource) |
Methods
| Name | Description |
|---|---|
| CanUseTagResource(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
| CanUseTagResourceAsync(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
| GetAlerts(CancellationToken) |
Gets alerts for this subscription. |
| GetAlertsAsync(CancellationToken) |
Gets alerts for this subscription. |
| GetAllowedConnections(CancellationToken) |
Gets the list of all possible traffic between resources for the subscription
|
| GetAllowedConnectionsAsync(CancellationToken) |
Gets the list of all possible traffic between resources for the subscription
|
| GetAllSecuritySolutionsReferenceData(CancellationToken) |
Gets a list of all supported Security Solutions for the subscription.
|
| GetAllSecuritySolutionsReferenceDataAsync(CancellationToken) |
Gets a list of all supported Security Solutions for the subscription.
|
| GetAllSubscriptionAssessmentMetadata() |
Gets a collection of SubscriptionAssessmentMetadata in the SubscriptionResource. |
| GetAutoProvisioningSetting(String, CancellationToken) |
Details of a specific setting
|
| GetAutoProvisioningSettingAsync(String, CancellationToken) |
Details of a specific setting
|
| GetAutoProvisioningSettings() |
Gets a collection of AutoProvisioningSettings in the SubscriptionResource. |
| GetAvailableLocations(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
| GetAvailableLocationsAsync(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
| GetDiscoveredSecuritySolutions(AzureLocation, CancellationToken) |
Gets a list of discovered Security Solutions for the subscription and location.
|
| GetDiscoveredSecuritySolutions(CancellationToken) |
Gets a list of discovered Security Solutions for the subscription.
|
| GetDiscoveredSecuritySolutionsAsync(AzureLocation, CancellationToken) |
Gets a list of discovered Security Solutions for the subscription and location.
|
| GetDiscoveredSecuritySolutionsAsync(CancellationToken) |
Gets a list of discovered Security Solutions for the subscription.
|
| GetExternalSecuritySolutions(CancellationToken) |
Gets a list of external security solutions for the subscription.
|
| GetExternalSecuritySolutionsAsync(CancellationToken) |
Gets a list of external security solutions for the subscription.
|
| GetIotSecuritySolutions(String, CancellationToken) |
Use this method to get the list of IoT Security solutions by subscription.
|
| GetIotSecuritySolutionsAsync(String, CancellationToken) |
Use this method to get the list of IoT Security solutions by subscription.
|
| GetJitNetworkAccessPolicies(AzureLocation, CancellationToken) |
Policies for protecting resources using Just-in-Time access control for the subscription, location
|
| GetJitNetworkAccessPolicies(CancellationToken) |
Policies for protecting resources using Just-in-Time access control.
|
| GetJitNetworkAccessPoliciesAsync(AzureLocation, CancellationToken) |
Policies for protecting resources using Just-in-Time access control for the subscription, location
|
| GetJitNetworkAccessPoliciesAsync(CancellationToken) |
Policies for protecting resources using Just-in-Time access control.
|
| GetManagementLock(String, CancellationToken) |
Get a management lock by scope.
|
| GetManagementLockAsync(String, CancellationToken) |
Get a management lock by scope.
|
| GetManagementLocks() |
Gets a collection of ManagementLockResources in the ArmResource. (Inherited from ArmResource) |
| GetMdeOnboardingData() |
The default configuration or data needed to onboard the machine to MDE
|
| GetMdeOnboardings(CancellationToken) |
The configuration or data needed to onboard the machine to MDE
|
| GetMdeOnboardingsAsync(CancellationToken) |
The configuration or data needed to onboard the machine to MDE
|
| GetPolicyAssignment(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
| GetPolicyAssignmentAsync(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
| GetPolicyAssignments() |
Gets a collection of PolicyAssignmentResources in the ArmResource. (Inherited from ArmResource) |
| GetPrivateLinkResources(CancellationToken) |
Lists all the private links in the specified subscription. private links enable secure, private connectivity to Microsoft Defender for Cloud services without exposing traffic to the public internet. Use the 'nextLink' property in the response to get the next page of private links for the specified subscription.
|
| GetPrivateLinkResourcesAsync(CancellationToken) |
Lists all the private links in the specified subscription. private links enable secure, private connectivity to Microsoft Defender for Cloud services without exposing traffic to the public internet. Use the 'nextLink' property in the response to get the next page of private links for the specified subscription.
|
| GetRegulatoryComplianceStandard(String, CancellationToken) |
Supported regulatory compliance details state for selected standard
|
| GetRegulatoryComplianceStandardAsync(String, CancellationToken) |
Supported regulatory compliance details state for selected standard
|
| GetRegulatoryComplianceStandards() |
Gets a collection of RegulatoryComplianceStandards in the SubscriptionResource. |
| GetSecureScore(String, CancellationToken) |
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'.
|
| GetSecureScoreAsync(String, CancellationToken) |
Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'.
|
| GetSecureScoreControlDefinitionsBySubscription(CancellationToken) |
For a specified subscription, list the available security controls, their assessments, and the max score
|
| GetSecureScoreControlDefinitionsBySubscriptionAsync(CancellationToken) |
For a specified subscription, list the available security controls, their assessments, and the max score
|
| GetSecureScoreControls(Nullable<SecurityScoreODataExpand>, CancellationToken) |
Get all security controls within a scope
|
| GetSecureScoreControlsAsync(Nullable<SecurityScoreODataExpand>, CancellationToken) |
Get all security controls within a scope
|
| GetSecureScores() |
Gets a collection of SecureScores in the SubscriptionResource. |
| GetSecurityAlertsSuppressionRule(String, CancellationToken) |
Get dismiss rule, with name: {alertsSuppressionRuleName}, for the given subscription
|
| GetSecurityAlertsSuppressionRuleAsync(String, CancellationToken) |
Get dismiss rule, with name: {alertsSuppressionRuleName}, for the given subscription
|
| GetSecurityAlertsSuppressionRules() |
Gets a collection of SecurityAlertsSuppressionRules in the SubscriptionResource. |
| GetSecurityAutomations(CancellationToken) |
Lists all the security automations in the specified subscription. Use the 'nextLink' property in the response to get the next page of security automations for the specified subscription.
|
| GetSecurityAutomationsAsync(CancellationToken) |
Lists all the security automations in the specified subscription. Use the 'nextLink' property in the response to get the next page of security automations for the specified subscription.
|
| GetSecurityCenterAllowedConnections(AzureLocation, CancellationToken) |
Gets the list of all possible traffic between resources for the subscription and location.
|
| GetSecurityCenterAllowedConnectionsAsync(AzureLocation, CancellationToken) |
Gets the list of all possible traffic between resources for the subscription and location.
|
| GetSecurityCenterApiCollections(CancellationToken) |
Gets a list of API collections within a subscription that have been onboarded to Microsoft Defender for APIs.
|
| GetSecurityCenterApiCollectionsAsync(CancellationToken) |
Gets a list of API collections within a subscription that have been onboarded to Microsoft Defender for APIs.
|
| GetSecurityCenterAssignments(CancellationToken) |
Get a list of all relevant standardAssignments over a subscription level scope
|
| GetSecurityCenterAssignmentsAsync(CancellationToken) |
Get a list of all relevant standardAssignments over a subscription level scope
|
| GetSecurityCenterLocation(AzureLocation, CancellationToken) |
Gets a Security Center location for this subscription. |
| GetSecurityCenterLocation(String, CancellationToken) |
Details of a specific location
|
| GetSecurityCenterLocationAsync(AzureLocation, CancellationToken) |
Gets a Security Center location for this subscription. |
| GetSecurityCenterLocationAsync(String, CancellationToken) |
Details of a specific location
|
| GetSecurityCenterLocations() |
Gets a collection of SecurityCenterLocations in the SubscriptionResource. |
| GetSecurityCenterPricing(String, CancellationToken) |
Gets a security center pricing for this subscription. |
| GetSecurityCenterPricingAsync(String, CancellationToken) |
Gets a security center pricing for this subscription. |
| GetSecurityCenterPricings() |
Gets security center pricings for this subscription. |
| GetSecurityCenterStandards(CancellationToken) |
Get a list of all relevant security standards over a subscription level scope.
|
| GetSecurityCenterStandardsAsync(CancellationToken) |
Get a list of all relevant security standards over a subscription level scope.
|
| GetSecurityConnectors(CancellationToken) |
Lists all the security connectors in the specified subscription. Use the 'nextLink' property in the response to get the next page of security connectors for the specified subscription.
|
| GetSecurityConnectorsAsync(CancellationToken) |
Lists all the security connectors in the specified subscription. Use the 'nextLink' property in the response to get the next page of security connectors for the specified subscription.
|
| GetSecurityContact(SecurityContactName, CancellationToken) |
Get Default Security contact configurations for the subscription
|
| GetSecurityContact(String, CancellationToken) |
Gets a security contact for this subscription. |
| GetSecurityContactAsync(SecurityContactName, CancellationToken) |
Get Default Security contact configurations for the subscription
|
| GetSecurityContactAsync(String, CancellationToken) |
Gets a security contact for this subscription. |
| GetSecurityContacts() |
Gets a collection of SecurityContacts in the SubscriptionResource. |
| GetSecurityOperator(String, String, CancellationToken) |
Get a specific security operator for the requested scope.
|
| GetSecurityOperatorAsync(String, String, CancellationToken) |
Get a specific security operator for the requested scope.
|
| GetSecurityOperators(String) |
Gets a collection of SecurityOperators in the SubscriptionResource. |
| GetSecuritySetting(SecuritySettingName, CancellationToken) |
Gets a security setting for this subscription. |
| GetSecuritySetting(SettingName, CancellationToken) |
Settings of different configurations in Microsoft Defender for Cloud
|
| GetSecuritySettingAsync(SecuritySettingName, CancellationToken) |
Gets a security setting for this subscription. |
| GetSecuritySettingAsync(SettingName, CancellationToken) |
Settings of different configurations in Microsoft Defender for Cloud
|
| GetSecuritySettings() |
Gets a collection of SecuritySettings in the SubscriptionResource. |
| GetSecuritySolutions(CancellationToken) |
Gets a list of Security Solutions for the subscription.
|
| GetSecuritySolutionsAsync(CancellationToken) |
Gets a list of Security Solutions for the subscription.
|
| GetSecurityTopologies(AzureLocation, CancellationToken) |
Gets a list that allows to build a topology view of a subscription and location.
|
| GetSecurityTopologiesAsync(AzureLocation, CancellationToken) |
Gets a list that allows to build a topology view of a subscription and location.
|
| GetSecurityWorkspaceSetting(String, CancellationToken) |
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set
|
| GetSecurityWorkspaceSettingAsync(String, CancellationToken) |
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set
|
| GetSecurityWorkspaceSettings() |
Gets a collection of SecurityWorkspaceSettings in the SubscriptionResource. |
| GetServerVulnerabilityAssessmentsSetting(ServerVulnerabilityAssessmentsSettingKindName, CancellationToken) |
Get a server vulnerability assessments setting of the requested kind, that is set on the subscription
|
| GetServerVulnerabilityAssessmentsSettingAsync(ServerVulnerabilityAssessmentsSettingKindName, CancellationToken) |
Get a server vulnerability assessments setting of the requested kind, that is set on the subscription
|
| GetServerVulnerabilityAssessmentsSettings() |
Gets a collection of ServerVulnerabilityAssessmentsSettings in the SubscriptionResource. |
| GetSubscriptionAssessmentMetadata(String, CancellationToken) |
Get metadata information on an assessment type in a specific subscription
|
| GetSubscriptionAssessmentMetadataAsync(String, CancellationToken) |
Get metadata information on an assessment type in a specific subscription
|
| GetSubscriptionGovernanceRule(String, CancellationToken) |
Obsolete.
Gets a subscription governance rule for this subscription. |
| GetSubscriptionGovernanceRuleAsync(String, CancellationToken) |
Obsolete.
Gets a subscription governance rule for this subscription. |
| GetSubscriptionGovernanceRules() |
Obsolete.
Gets subscription governance rules for this subscription. |
| GetSubscriptionSecurityApplication(String, CancellationToken) |
Get a specific application for the requested scope by applicationId
|
| GetSubscriptionSecurityApplicationAsync(String, CancellationToken) |
Get a specific application for the requested scope by applicationId
|
| GetSubscriptionSecurityApplications() |
Gets a collection of SubscriptionSecurityApplications in the SubscriptionResource. |
| GetTagResource() |
Gets an object representing a TagResource along with the instance operations that can be performed on it in the ArmResource. (Inherited from ArmResource) |
| GetTasks(String, CancellationToken) |
Recommended tasks that will help improve the security of the subscription proactively
|
| GetTasksAsync(String, CancellationToken) |
Recommended tasks that will help improve the security of the subscription proactively
|
| GetTopologies(CancellationToken) |
Gets a list that allows to build a topology view of a subscription.
|
| GetTopologiesAsync(CancellationToken) |
Gets a list that allows to build a topology view of a subscription.
|
| TryGetApiVersion(ResourceType, String) |
Gets the api version override if it has been set for the current client options. (Inherited from ArmResource) |
Extension Methods
| Name | Description |
|---|---|
| GetAuthorizationRoleDefinition(ArmResource, ResourceIdentifier, CancellationToken) |
Get role definition by name (GUID).
|
| GetAuthorizationRoleDefinitionAsync(ArmResource, ResourceIdentifier, CancellationToken) |
Get role definition by name (GUID).
|
| GetAuthorizationRoleDefinitions(ArmResource) |
Gets a collection of AuthorizationRoleDefinitionResources in the ArmResource. <item>MockingTo mock this method, please mock GetAuthorizationRoleDefinitions() instead.</item> |
| GetDenyAssignment(ArmResource, String, CancellationToken) |
Get the specified deny assignment.
|
| GetDenyAssignmentAsync(ArmResource, String, CancellationToken) |
Get the specified deny assignment.
|
| GetDenyAssignments(ArmResource) |
Gets a collection of DenyAssignmentResources in the ArmResource. <item>MockingTo mock this method, please mock GetDenyAssignments() instead.</item> |
| GetLinkerResource(ArmResource, String, CancellationToken) |
Returns Linker resource for a given name.
|
| GetLinkerResourceAsync(ArmResource, String, CancellationToken) |
Returns Linker resource for a given name.
|
| GetLinkerResources(ArmResource) |
Gets a collection of LinkerResources in the ArmResource. <item>MockingTo mock this method, please mock GetLinkerResources() instead.</item> |
| GetRoleAssignment(ArmResource, String, String, CancellationToken) |
Get a role assignment by scope and name.
|
| GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken) |
Get a role assignment by scope and name.
|
| GetRoleAssignments(ArmResource) |
Gets a collection of RoleAssignmentResources in the ArmResource. <item>MockingTo mock this method, please mock GetRoleAssignments() instead.</item> |
| GetRoleAssignmentSchedule(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule for a resource scope
|
| GetRoleAssignmentScheduleAsync(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule for a resource scope
|
| GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken) |
Gets the specified role assignment schedule instance.
|
| GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken) |
Gets the specified role assignment schedule instance.
|
| GetRoleAssignmentScheduleInstances(ArmResource) |
Gets a collection of RoleAssignmentScheduleInstanceResources in the ArmResource. <item>MockingTo mock this method, please mock GetRoleAssignmentScheduleInstances() instead.</item> |
| GetRoleAssignmentScheduleRequest(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule request.
|
| GetRoleAssignmentScheduleRequestAsync(ArmResource, String, CancellationToken) |
Get the specified role assignment schedule request.
|
| GetRoleAssignmentScheduleRequests(ArmResource) |
Gets a collection of RoleAssignmentScheduleRequestResources in the ArmResource. <item>MockingTo mock this method, please mock GetRoleAssignmentScheduleRequests() instead.</item> |
| GetRoleAssignmentSchedules(ArmResource) |
Gets a collection of RoleAssignmentScheduleResources in the ArmResource. <item>MockingTo mock this method, please mock GetRoleAssignmentSchedules() instead.</item> |
| GetRoleEligibilitySchedule(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule for a resource scope
|
| GetRoleEligibilityScheduleAsync(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule for a resource scope
|
| GetRoleEligibilityScheduleInstance(ArmResource, String, CancellationToken) |
Gets the specified role eligibility schedule instance.
|
| GetRoleEligibilityScheduleInstanceAsync(ArmResource, String, CancellationToken) |
Gets the specified role eligibility schedule instance.
|
| GetRoleEligibilityScheduleInstances(ArmResource) |
Gets a collection of RoleEligibilityScheduleInstanceResources in the ArmResource. <item>MockingTo mock this method, please mock GetRoleEligibilityScheduleInstances() instead.</item> |
| GetRoleEligibilityScheduleRequest(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule request.
|
| GetRoleEligibilityScheduleRequestAsync(ArmResource, String, CancellationToken) |
Get the specified role eligibility schedule request.
|
| GetRoleEligibilityScheduleRequests(ArmResource) |
Gets a collection of RoleEligibilityScheduleRequestResources in the ArmResource. <item>MockingTo mock this method, please mock GetRoleEligibilityScheduleRequests() instead.</item> |
| GetRoleEligibilitySchedules(ArmResource) |
Gets a collection of RoleEligibilityScheduleResources in the ArmResource. <item>MockingTo mock this method, please mock GetRoleEligibilitySchedules() instead.</item> |
| GetRoleManagementPolicies(ArmResource) |
Gets a collection of RoleManagementPolicyResources in the ArmResource. <item>MockingTo mock this method, please mock GetRoleManagementPolicies() instead.</item> |
| GetRoleManagementPolicy(ArmResource, String, CancellationToken) |
Get the specified role management policy for a resource scope
|
| GetRoleManagementPolicyAssignment(ArmResource, String, CancellationToken) |
Get the specified role management policy assignment for a resource scope
|
| GetRoleManagementPolicyAssignmentAsync(ArmResource, String, CancellationToken) |
Get the specified role management policy assignment for a resource scope
|
| GetRoleManagementPolicyAssignments(ArmResource) |
Gets a collection of RoleManagementPolicyAssignmentResources in the ArmResource. <item>MockingTo mock this method, please mock GetRoleManagementPolicyAssignments() instead.</item> |
| GetRoleManagementPolicyAsync(ArmResource, String, CancellationToken) |
Get the specified role management policy for a resource scope
|
| GetSystemAssignedIdentity(ArmResource) |
Gets an object representing a SystemAssignedIdentityResource along with the instance operations that can be performed on it in the ArmResource scope. |