SecurityPoliciesOperations interface

Interface die een SecurityPolicies-operatie vertegenwoordigt.

Eigenschappen

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginPatch
beginPatchAndWait
create

Maakt een nieuw beveiligingsbeleid aan binnen het opgegeven profiel.

delete

Hiermee verwijdert u een bestaand beveiligingsbeleid in het profiel.

get

Hiermee haalt u een bestaand beveiligingsbeleid in een profiel op.

listByProfile

Geeft een lijst van beveiligingsbeleid dat aan het profiel hoort

patch

Werkt een bestaand beveiligingsbeleid bij binnen een profiel.

Eigenschapdetails

beginCreate

Waarschuwing

Deze API is nu afgeschaft.

use create instead

beginCreate: (resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicy: SecurityPolicy, options?: SecurityPoliciesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<SecurityPolicy>, SecurityPolicy>>

Waarde van eigenschap

(resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicy: SecurityPolicy, options?: SecurityPoliciesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<SecurityPolicy>, SecurityPolicy>>

beginCreateAndWait

Waarschuwing

Deze API is nu afgeschaft.

use create instead

beginCreateAndWait: (resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicy: SecurityPolicy, options?: SecurityPoliciesCreateOptionalParams) => Promise<SecurityPolicy>

Waarde van eigenschap

(resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicy: SecurityPolicy, options?: SecurityPoliciesCreateOptionalParams) => Promise<SecurityPolicy>

beginDelete

Waarschuwing

Deze API is nu afgeschaft.

use delete instead

beginDelete: (resourceGroupName: string, profileName: string, securityPolicyName: string, options?: SecurityPoliciesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Waarde van eigenschap

(resourceGroupName: string, profileName: string, securityPolicyName: string, options?: SecurityPoliciesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Waarschuwing

Deze API is nu afgeschaft.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, profileName: string, securityPolicyName: string, options?: SecurityPoliciesDeleteOptionalParams) => Promise<void>

Waarde van eigenschap

(resourceGroupName: string, profileName: string, securityPolicyName: string, options?: SecurityPoliciesDeleteOptionalParams) => Promise<void>

beginPatch

Waarschuwing

Deze API is nu afgeschaft.

use patch instead

beginPatch: (resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicyUpdateProperties: SecurityPolicyUpdateParameters, options?: SecurityPoliciesPatchOptionalParams) => Promise<SimplePollerLike<OperationState<SecurityPolicy>, SecurityPolicy>>

Waarde van eigenschap

(resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicyUpdateProperties: SecurityPolicyUpdateParameters, options?: SecurityPoliciesPatchOptionalParams) => Promise<SimplePollerLike<OperationState<SecurityPolicy>, SecurityPolicy>>

beginPatchAndWait

Waarschuwing

Deze API is nu afgeschaft.

use patch instead

beginPatchAndWait: (resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicyUpdateProperties: SecurityPolicyUpdateParameters, options?: SecurityPoliciesPatchOptionalParams) => Promise<SecurityPolicy>

Waarde van eigenschap

(resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicyUpdateProperties: SecurityPolicyUpdateParameters, options?: SecurityPoliciesPatchOptionalParams) => Promise<SecurityPolicy>

create

Maakt een nieuw beveiligingsbeleid aan binnen het opgegeven profiel.

create: (resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicy: SecurityPolicy, options?: SecurityPoliciesCreateOptionalParams) => PollerLike<OperationState<SecurityPolicy>, SecurityPolicy>

Waarde van eigenschap

(resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicy: SecurityPolicy, options?: SecurityPoliciesCreateOptionalParams) => PollerLike<OperationState<SecurityPolicy>, SecurityPolicy>

delete

Hiermee verwijdert u een bestaand beveiligingsbeleid in het profiel.

delete: (resourceGroupName: string, profileName: string, securityPolicyName: string, options?: SecurityPoliciesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Waarde van eigenschap

(resourceGroupName: string, profileName: string, securityPolicyName: string, options?: SecurityPoliciesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Hiermee haalt u een bestaand beveiligingsbeleid in een profiel op.

get: (resourceGroupName: string, profileName: string, securityPolicyName: string, options?: SecurityPoliciesGetOptionalParams) => Promise<SecurityPolicy>

Waarde van eigenschap

(resourceGroupName: string, profileName: string, securityPolicyName: string, options?: SecurityPoliciesGetOptionalParams) => Promise<SecurityPolicy>

listByProfile

Geeft een lijst van beveiligingsbeleid dat aan het profiel hoort

listByProfile: (resourceGroupName: string, profileName: string, options?: SecurityPoliciesListByProfileOptionalParams) => PagedAsyncIterableIterator<SecurityPolicy, SecurityPolicy[], PageSettings>

Waarde van eigenschap

(resourceGroupName: string, profileName: string, options?: SecurityPoliciesListByProfileOptionalParams) => PagedAsyncIterableIterator<SecurityPolicy, SecurityPolicy[], PageSettings>

patch

Werkt een bestaand beveiligingsbeleid bij binnen een profiel.

patch: (resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicyUpdateProperties: SecurityPolicyUpdateParameters, options?: SecurityPoliciesPatchOptionalParams) => PollerLike<OperationState<SecurityPolicy>, SecurityPolicy>

Waarde van eigenschap

(resourceGroupName: string, profileName: string, securityPolicyName: string, securityPolicyUpdateProperties: SecurityPolicyUpdateParameters, options?: SecurityPoliciesPatchOptionalParams) => PollerLike<OperationState<SecurityPolicy>, SecurityPolicy>