DeployServicePackageToNodeDescription Class

Defines description for downloading packages associated with a service manifest to image cache on a Service Fabric node.

All required parameters must be populated in order to send to Azure.

Inheritance
DeployServicePackageToNodeDescription

Constructor

DeployServicePackageToNodeDescription(*, service_manifest_name: str, application_type_name: str, application_type_version: str, node_name: str, package_sharing_policy=None, **kwargs)

Parameters

service_manifest_name
str
Required

Required. The name of service manifest whose packages need to be downloaded.

application_type_name
str
Required

Required. The application type name as defined in the application manifest.

application_type_version
str
Required

Required. The version of the application type as defined in the application manifest.

node_name
str
Required

Required. The name of a Service Fabric node.

package_sharing_policy
list[PackageSharingPolicyInfo]
Required

List of package sharing policy information.