ServiceDeletedEvent Class
Service Deleted event.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.servicefabric.models._models_py3.ServiceEventServiceDeletedEvent
Constructor
ServiceDeletedEvent(*, event_instance_id: str, time_stamp, service_id: str, service_type_name: str, application_name: str, application_type_name: str, service_instance: int, is_stateful: bool, partition_count: int, target_replica_set_size: int, min_replica_set_size: int, service_package_version: str, category: Optional[str] = None, has_correlated_events: Optional[bool] = None, **kwargs)
Parameters
- service_id
- str
Required
Required. The identity of the service. This ID is an encoded representation of the service name. This is used in the REST APIs to identify the service resource. Starting in version 6.0, hierarchical names are delimited with the "~" character. For example, if the service name is "fabric:/myapp/app1/svc1", the service identity would be "myapp~app1~svc1" in 6.0+ and "myapp/app1/svc1" in previous versions.
- service_instance
- <xref:long>
Required
Required. Id of Service instance.
Feedback
Submit and view feedback for