Contents

setGuestProvisioning(_:)

Sets guest provisioning options with validation.

Declaration

func setGuestProvisioning(_ guestProvisioningOptions: VZMacGuestProvisioningOptions?) throws

Parameters

  • guestProvisioningOptions:

    The guest provisioning options to set, or nil to remove.

Discussion

This method validates the provisioning options before setting them. If validation fails, the current options remain unchanged.

See Also

Related Documentation