Amazon.CloudFront.Model.Restrictions.Restrictions C# (CSharp) Метод

Restrictions() публичный Метод

Instantiates Restrictions with the parameterized properties
public Restrictions ( GeoRestriction geoRestriction ) : System
geoRestriction GeoRestriction Sets the Restrictions GeoRestriction property
Результат System
        public Restrictions(GeoRestriction geoRestriction)
        {
            _geoRestriction = geoRestriction;
        }

Same methods

Restrictions::Restrictions ( ) : System