azext_edge/edge/commands_asset_endpoint_profiles.py [55:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    instance_name: str,
    resource_group_name: str,
    target_address: str,
    certificate_reference: Optional[str] = None,
    instance_resource_group: Optional[str] = None,
    instance_subscription: Optional[str] = None,
    location: Optional[str] = None,
    password_reference: Optional[str] = None,
    username_reference: Optional[str] = None,
    tags: Optional[Dict[str, str]] = None,
    **kwargs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



azext_edge/edge/providers/rpsaas/adr/asset_endpoint_profiles.py [54:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        instance_name: str,
        resource_group_name: str,
        target_address: str,
        certificate_reference: Optional[str] = None,
        instance_resource_group: Optional[str] = None,
        instance_subscription: Optional[str] = None,
        location: Optional[str] = None,
        password_reference: Optional[str] = None,
        username_reference: Optional[str] = None,
        tags: Optional[Dict[str, str]] = None,
        **kwargs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



