internal bool StepExists(PSStepResource psStepResource) { return(DeploymentManagerClient.ResourceExists(psStepResource, this.GetStep)); }
internal bool ServiceTopologyExists(PSServiceTopologyResource psServiceTopologyResource) { return(DeploymentManagerClient.ResourceExists(psServiceTopologyResource, this.GetServiceTopology)); }
internal bool ServiceUnitExists(PSServiceUnitResource psServiceUnitResource) { return(DeploymentManagerClient.ResourceExists(psServiceUnitResource, this.GetServiceUnit)); }
internal bool ArtifactSourceExists(PSArtifactSource psArtifactSource) { return(DeploymentManagerClient.ResourceExists(psArtifactSource, this.GetArtifactSource)); }