Package version:

Azure to Azure VM synced configuration details.

interface AzureToAzureVmSyncedConfigDetails {
    inputEndpoints?: InputEndpoint[];
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

inputEndpoints?: InputEndpoint[]

The Azure VM input endpoints.

tags?: {
    [propertyName: string]: string;
}

The Azure VM tags.