/// <summary> /// Get bcgov_Equipment from bcgov_certificates /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='bcgovCertificateid'> /// key: bcgov_certificateid of bcgov_certificate /// </param> /// <param name='select'> /// Select properties to be returned /// </param> /// <param name='expand'> /// Expand related entities /// </param> public static MicrosoftDynamicsCRMbcgovEquipment Get(this IEquipment operations, string bcgovCertificateid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>)) { return(operations.GetAsync(bcgovCertificateid, select, expand).GetAwaiter().GetResult()); }