共用方式為


SecuritySetting Interface

public interface SecuritySetting

An immutable client-side representation of SecuritySetting.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract SecuritySettingInner innerModel()

Gets the inner com.azure.resourcemanager.azurestackhci.fluent.models.SecuritySettingInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract ProvisioningState provisioningState()

Gets the provisioningState property: The status of the last operation.

abstract SecuritySetting refresh()

Refreshes the resource to sync with Azure.

abstract SecuritySetting refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract ComplianceAssignmentType securedCoreComplianceAssignment()

Gets the securedCoreComplianceAssignment property: Secured Core Compliance Assignment.

abstract SecurityComplianceStatus securityComplianceStatus()

Gets the securityComplianceStatus property: Security Compliance Status.

abstract ComplianceAssignmentType smbEncryptionForIntraClusterTrafficComplianceAssignment()

Gets the smbEncryptionForIntraClusterTrafficComplianceAssignment property: SMB encryption for intra-cluster traffic Compliance Assignment.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the SecuritySetting resource.

abstract ComplianceAssignmentType wdacComplianceAssignment()

Gets the wdacComplianceAssignment property: WDAC Compliance Assignment.

Method Details

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract SecuritySettingInner innerModel()

Gets the inner com.azure.resourcemanager.azurestackhci.fluent.models.SecuritySettingInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioningState property: The status of the last operation.

Returns:

the provisioningState value.

refresh

public abstract SecuritySetting refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract SecuritySetting refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

securedCoreComplianceAssignment

public abstract ComplianceAssignmentType securedCoreComplianceAssignment()

Gets the securedCoreComplianceAssignment property: Secured Core Compliance Assignment.

Returns:

the securedCoreComplianceAssignment value.

securityComplianceStatus

public abstract SecurityComplianceStatus securityComplianceStatus()

Gets the securityComplianceStatus property: Security Compliance Status.

Returns:

the securityComplianceStatus value.

smbEncryptionForIntraClusterTrafficComplianceAssignment

public abstract ComplianceAssignmentType smbEncryptionForIntraClusterTrafficComplianceAssignment()

Gets the smbEncryptionForIntraClusterTrafficComplianceAssignment property: SMB encryption for intra-cluster traffic Compliance Assignment.

Returns:

the smbEncryptionForIntraClusterTrafficComplianceAssignment value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract SecuritySetting.Update update()

Begins update for the SecuritySetting resource.

Returns:

the stage of resource update.

wdacComplianceAssignment

public abstract ComplianceAssignmentType wdacComplianceAssignment()

Gets the wdacComplianceAssignment property: WDAC Compliance Assignment.

Returns:

the wdacComplianceAssignment value.

Applies to