interface ContinuousDeploymentDefinition {
    connectedService?: WebApiConnectedServiceRef;
    definition?: XamlDefinitionReference;
    gitBranch?: string;
    hostedServiceName?: string;
    project?: TeamProjectReference;
    repositoryId?: string;
    storageAccountName?: string;
    subscriptionId?: string;
    website?: string;
    webspace?: string;
}

Properties

connectedService?: WebApiConnectedServiceRef

The connected service associated with the continuous deployment

The definition associated with the continuous deployment

gitBranch?: string
hostedServiceName?: string
repositoryId?: string
storageAccountName?: string
subscriptionId?: string
website?: string
webspace?: string